distssh v3.1.1 (2020-09-23T20:47:34Z)
Dub
Repo
Timer
my
timer
An individual timer.
@
safe
struct
Timer {
Action
action
;
this
(SysTime expire, Action action);
bool
opEquals
(typeof(this) s);
int
opCmp
(typeof(this) rhs);
}
Constructors
this
this
(SysTime expire, Action action)
Undocumented in source.
Members
Functions
opCmp
int
opCmp
(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
action
Action
action
;
Undocumented in source.
Meta
Source
See Implementation
my
timer
aliases
IntervalAction
functions
makeInterval
makeTimers
structs
Timer
Timers
An individual timer.