1#[cfg(not(futures_no_atomic_cas))]
2mod atomic_waker;
3#[cfg(not(futures_no_atomic_cas))]
4pub use self::atomic_waker::AtomicWaker;
5