simple-semaphore
A lightweight implementation of a Semaphore in Rust.
Getting Started
Installation
If you want to use this library for one of your projects, you can install it like any other Rust library
cargo add simple-semaphore
Example Usage
Here a basic example on how to use the crate:
use simple_semaphore;
use thread;
use ;
License
This library was made with 💜 by Krypton and is under the MIT License.