Timeout.this

Creates a new timeout cycle.

class Timeout
this
(,
bool delegate
()
dlg
,
bool fireNow = false
)

Parameters

interval uint

the timeout in milieconds delegate() = the delegate to be executed

fireNow bool

When true the delegate will be executed emmidiatly

Meta