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