blob: c902eb4bfbb51d9340f23b353ee61833791003dc [file] [log] [blame]
#[cfg(not(futures_no_atomic_cas))]
mod atomic_waker;
#[cfg(not(futures_no_atomic_cas))]
pub use self::atomic_waker::AtomicWaker;