asyncsync 0.2.0

Runtime-agnostic synchronization primitives for asynchronous Rust
Documentation
1
2
3
4
pub mod notify;

#[inline]
pub(crate) fn is_unpin<T: Unpin>() {}