hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
Timer
hunt
util
Timer
class
Timer : AbstractTimer {
this
(Selector loop);
this
(Selector loop, size_t interval);
this
(Selector loop, Duration duration);
void
onRead
();
}
Constructors
this
this
(Selector loop)
Undocumented in source.
this
this
(Selector loop, size_t interval)
Undocumented in source.
this
this
(Selector loop, Duration duration)
Undocumented in source.
Members
Functions
onRead
void
onRead
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
util
Timer
classes
AbstractNativeTimer
NativeTimer
Timer