/Beacon

A semaphore-like control structure in Rust.

Primary LanguageRustGNU Lesser General Public License v3.0LGPL-3.0

Beacon

Beacon is a pure "std" semaphore in Rust, which allows requesting multiple leases at the same time.

(Note that this doesn't use the system semaphore primitive, since it is not available in std.)