/simple-semaphore

Semaphore is a generalization of mutual exclusion locks. It allows at most N threads into critical section. Java has a built-in Semaphore.

Primary LanguageJavaMIT LicenseMIT

No issues in this repository yet.