asyncsync 0.2.0

Runtime-agnostic synchronization primitives for asynchronous Rust
Documentation
1
2
3
4
//! `!Send` implementations
mod notify;

pub use notify::{Notified, Notify};