Registry / async / parking

parking

JSON →
library2.2.1rscratesunverified

Thread parking and unparking primitives for efficient synchronization.

# Cargo.toml [dependencies] parking = "2.2.1"
INSTALL
IMPORT
SIG · PARKING
P
parking
asyncrustv2.2.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.

Parker
use parking::Parker;

Creates a new thread parker.

use parking::Parker; fn main() { let parker = Parker::new(); println!("Parker created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Amazon
1
Resources
parking — cargo add parking · libregistry