Crates.io | semaphore |
lib.rs | semaphore |
version | 0.4.0 |
source | src |
created_at | 2017-10-03 07:34:38.955534 |
updated_at | 2017-10-08 03:58:02.322776 |
description | Atomic/lock-free counting semaphore |
homepage | |
repository | https://github.com/srijs/rust-semaphore |
max_upload_size | |
id | 34231 |
size | 11,975 |
Atomic counting semaphore that can help you control access to a common resource by multiple processes in a concurrent system.
Send
, Sync
and Clone
* lock-free when not using the shutdown
API