Schedules the callback according to the implementation.
Unschedules the callback and prevents it from being called anymore.
Execute the provided callback on the next tick of the event loop. This is semantically equivalent to
new AsyncScheduler(callback).start();
but with less overhead.
the code to run.
Generated using TypeDoc
AsyncScheduler enqueues the callback for the soonest available run of the event loop.