View source
class ImmediateScheduler
package haxe.coro.schedulers
implements ISchedulerHandle, IScheduler
Available on all platforms
A scheduler that dispatches continuations immediately.
Constructor
Methods
schedule(ms:Int64, cont:IContinuation<Any>):ImmediateScheduler
Dispatches cont immediately, ignoring ms.