more-sync 0.1.5

More synchronization utils.
Documentation
1
2
3
4
5
6
//! A collection of synchronization utils for concurrent programming.
mod carrier;
mod versioned_parker;

pub use carrier::{Carrier, CarrierRef};
pub use versioned_parker::{VersionedGuard, VersionedParker};