1#[cfg(any(not(futures_no_atomic_cas), feature = "portable-atomic"))]
2mod atomic_waker;
3#[cfg(any(not(futures_no_atomic_cas), feature = "portable-atomic"))]
4pub use self::atomic_waker::AtomicWaker;
5