concurrency v5.0.0 (2022-10-19T08:12:29Z)
Dub
Repo
ScheduleTimerError
concurrency
timingwheels
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
concurrency
timingwheels
classes
AdvanceWheelError
CancelTimerError
ScheduleTimerError
functions
safe_tracef
structs
TimingWheels
scheduling error occurs at schedule() when ticks == 0 or timer already scheduled.