Docs.rs
product-os-semaphore-0.0.1
product-os-semaphore 0.0.1
Docs.rs crate page
AGPL-3.0-only
Links
crates.io
Source
Owners
eremyjay
Dependencies
core-error ^0.0.1-rc4
normal
no-std-compat ^0.4.1
normal
Versions
45.45%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
product_
os_
semaphore
0.0.1
Module raw
Module Items
Structs
In crate product_
os_
semaphore
product_os_semaphore
Module
raw
Copy item path
Source
Structs
ยง
Semaphore
A counter that has a maximum value
Semaphore
Guard
A guard for a Semaphore Increments the count on creation Decrements it on Drop