An open API service indexing awesome lists of open source software.

https://github.com/harshoza36/sleepingbarberproblem

Sleeping Barber Problem is a classic inter-process communication and synchronization problem between multiple operating system processes. The problem is analogous to that of keeping a barber working when there are customers, resting when there are none, and doing so in an orderly manner.
https://github.com/harshoza36/sleepingbarberproblem

Last synced: about 2 months ago
JSON representation

Sleeping Barber Problem is a classic inter-process communication and synchronization problem between multiple operating system processes. The problem is analogous to that of keeping a barber working when there are customers, resting when there are none, and doing so in an orderly manner.

Awesome Lists containing this project

README

          

# SleepingBarberProblem
Sleeping Barber Problem is a classic inter-process communication and synchronization problem between multiple operating system processes. The problem is analogous to that of keeping a barber working when there are customers, resting when there are none, and doing so in an orderly manner.