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