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.