Timeout.this

Creates a new timeout cycle.

Parameters

interval uint

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

priority GPriority

Priority for the timeout function

fireNow bool

When true the delegate will be executed emmidiatly

Meta