GitHub / javaf / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javaf%2Fsimple-semaphore
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Java
Size: 6.84 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: about 1 month ago
Pushed at: about 1 month ago
Last synced at: about 1 month ago
Topics: concurrent, data, java, semaphore, simple, structures