Crate simple_semaphore

source

Structsยง

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