Registry / async / synchronoise

synchronoise

JSON →
library1.0.1rscratesunverified

Provides synchronization primitives that build upon the standard library for concurrent programming.

# Cargo.toml [dependencies] synchronoise = "1.0.1"
INSTALL
IMPORT
SIG · SYNCHRONOISE
S
synchronoise
asyncrustv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Barrier
use synchronoise::Barrier;

Creates a barrier synchronization primitive.

use synchronoise::Barrier; fn main() { let barrier = Barrier::new(2); println!("Barrier created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Resources
synchronoise — cargo add synchronoise · libregistry