1
2
3
4
//! A collection of synchronization utils for concurrent programming.
mod carrier;

pub use carrier::{Carrier, CarrierRef};