dslink
dslink.utils
DsTimer
runNow
runNow
dslink
dslink.utils
DsTimer
runNow
method
runNow
Source
dslink
dslink.utils
DsTimer
Static properties
timerTimer
timerTs50
Static methods
callLater
millisecondsSinceEpoch
runNow
timerCancel
timerOnceAfter
timerOnceBefore
timerOnceBetween
waitAndRun
Constructors
DsTimer
Properties
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
void
runNow
(
)
Source
static void runNow() { if (_looping) { _mergeCycle = true; } else { _dsLoop(); } }