Scheduler that uses the global JS execution context.
Scheduler that uses the global JS execution context.
This executes the submitted tasks one-by-one, in a serial manner.
Default scheduler for the JS platform.
Default scheduler for the JS platform.
Uses a global queue of pending tasks, and executes them one-by-one.