(&self)
| 817 | |
| 818 | #[cfg(target_has_atomic = "64")] |
| 819 | pub(crate) fn epoch_counter(&self) -> &AtomicU64 { |
| 820 | &self.inner.epoch |
| 821 | } |
| 822 | |
| 823 | #[cfg(target_has_atomic = "64")] |
| 824 | pub(crate) fn current_epoch(&self) -> u64 { |
no outgoing calls
no test coverage detected