Crate blocking_semaphore

Source
Expand description

A simple and performant blocking semaphore.

Modules§

one
A binary semaphore; which are only “one-high”, they can hold values of 0-1.