pub struct TimerWheel { /* private fields */ }Expand description
Hierarchical timer wheel.
All operations are relative to a monotonic millisecond counter derived from
an Instant origin captured at construction time.
Auto Trait Implementations§
impl Freeze for TimerWheel
impl RefUnwindSafe for TimerWheel
impl Send for TimerWheel
impl Sync for TimerWheel
impl Unpin for TimerWheel
impl UnsafeUnpin for TimerWheel
impl UnwindSafe for TimerWheel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more