Type alias for a function that is used to schedule a microtask, which is a function that takes a callback and schedules it to run
The microtask callback function to schedule.
Optional
Optional, the maximum number of queued tasks allowed before the scheduler starts dropping tasks or throwing errors, depending on the implementation.
0.15.0
Type alias for a function that is used to schedule a microtask, which is a function that takes a callback and schedules it to run