A scheduler that dispatches continuations immediately.

Constructor

new()

Creates a new ImmediateScheduler instance.

Methods

close():Void

Does nothing.

now():Int64

Returns 0.

schedule(ms:Int64, cont:IContinuation<Any>):ImmediateScheduler

Dispatches cont immediately, ignoring ms.