pub struct TimeEvent<T> where
T: MainloopInnerType, { /* private fields */ }Expand description
A timer event source
Implementations
Restarts this timer event source (whether still running or already expired) with a new Unix time.
Restarts this timer event source (whether still running or already expired) with a new monotonic time.