Calls the function as soon as possible.
Its a replacement for process.nextTick
and is also cancellable.
In non-node.js environments it fallbacks to various other techniques such as setTimeout
or Promise.resolve
.
Works exactly like setTimeout
but also returns a ICancellable.
Schedules the job to run after a certain period of time.
Returns a virtualized version of the time.
Generated using TypeDoc
A simple job scheduler API. You can add/remove jobs.