queue-scheduler icon indicating copy to clipboard operation
queue-scheduler copied to clipboard

A scheduling API for JavaScript

Results 2 queue-scheduler issues
Sort by recently updated
recently updated
newest added

Instead of calling next tick, an iterable task would just `yield`. The task should either return the last value, an array of all the values or `void`. ```ts /** *...

Use this when it exists: https://github.com/rictic/cancel-token cc @rictic