Crate std_semaphore [] [src]

Structs

Semaphore

A counting, blocking, semaphore.

SemaphoreGuard

An RAII guard which will release a resource acquired from a semaphore when dropped.