hio v0.0.4 (2019-10-18T11:46:13Z)
Dub
Repo
Timer
hio
events
Undocumented in source.
final
class
Timer {
int
opCmp
(Timer other);
bool
eq
(Timer b);
this
(Duration d, HandlerDelegate h, string f, int l);
this
(SysTime e, HandlerDelegate h, string f, int l);
string
toString
();
}
Constructors
this
this
(Duration d, HandlerDelegate h, string f, int l)
Undocumented in source.
this
this
(SysTime e, HandlerDelegate h, string f, int l)
Undocumented in source.
Members
Functions
eq
bool
eq
(Timer b)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int
opCmp
(Timer other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_expires
SysTime
_expires
;
Undocumented in source.
_file
string
_file
;
Undocumented in source.
_handler
HandlerDelegate
_handler
;
Undocumented in source.
_id
ulong
_id
;
Undocumented in source.
_line
int
_line
;
Undocumented in source.
Meta
Source
See Implementation
hio
events
aliases
Broadcast
FileHandlerDelegate
FileHandlerFunction
HandlerDelegate
SigHandlerDelegate
classes
EventHandler
FileEventHandler
NotFoundException
NotImplementedException
Signal
Timer
enums
AppEvent
functions
appeventToString
structs
CircBuff
IORequest
IOResult