1 2 3 4 5 6 7 8 9 10
#[cfg_attr( feature = "cfg-target-has-atomic", cfg(all(target_has_atomic = "cas", target_has_atomic = "ptr")) )] mod atomic_waker; #[cfg_attr( feature = "cfg-target-has-atomic", cfg(all(target_has_atomic = "cas", target_has_atomic = "ptr")) )] pub use self::atomic_waker::AtomicWaker;