1 unstable release
0.1.0 | Oct 14, 2024 |
---|
#481 in Concurrency
248 downloads per month
Used in 3 crates
(via test_executors)
110KB
90 lines
blocking_semaphore
A simple and performant blocking semaphore.
todo list:
- binary semaphore
- counting semaphore
- portable stdlib implementation with Condvar
- optimize Windows performance with WaitOnAddress
- optimize Linux performance with futex
- optimize macOS performance with dispatch_semaphore
lib.rs
:
A simple and performant blocking semaphore.
Dependencies
~120KB