timingwheels v0.0.11 (2020-06-03T19:08:09Z)
Dub
Repo
ScheduleTimerError
timingwheels
timingwheels_impl
scheduling error occurs at schedule() when ticks == 0 or timer already scheduled.
class
ScheduleTimerError : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Meta
Source
See Implementation
timingwheels
timingwheels_impl
classes
AdvanceWheelError
CancelTimerError
ScheduleTimerError
functions
safe_tracef
structs
TimingWheels
scheduling error occurs at schedule() when ticks == 0 or timer already scheduled.