//! Synchronization primitives building on and extending `std::sync` and `tokio::sync`
pubuseself::swap_lock::SwapLock;pubuseself::typed_semaphore::OwnedTypedSemaphorePermit;pubuseself::typed_semaphore::TypedSemaphore;pubuseself::typed_semaphore::TypedSemaphorePermit;modswap_lock;modtyped_semaphore;