Crate simple_semaphore

Source

Structsยง

Permit
A permit that holds the Semaphore, so that drop(permit) can be called.
Semaphore
A Semaphore maintains the number of permits it is still allowed to give.