timingwheels ~master (2022-04-12T13:06:49.7859829)
Dub
Repo
CancelTimerError
timingwheels
timingwheels_impl
Cancel timer error occurs if you try to cancel timer which is not scheduled.
class
CancelTimerError : 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
Cancel timer error occurs if you try to cancel timer which is not scheduled.