libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
TimerHandler
libasync
timer
Undocumented in source.
package
struct
TimerHandler {
AsyncTimer
ctxt
;
void
delegate
()
del
;
void
opCall
();
}
Members
Functions
opCall
void
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctxt
AsyncTimer
ctxt
;
Undocumented in source.
del
void
delegate
()
del
;
Undocumented in source.
Meta
Source
See Implementation
libasync
timer
classes
AsyncTimer
structs
TimerHandler