Schedules the callback according to the implementation.
Unschedules the callback and prevents it from being called anymore.
StaticnextExecute 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.
[[AsyncScheduler]] enqueues the callback for the soonest available run of the event loop.