Skip to content

v2.0.2

Compare
Choose a tag to compare
@qubyte qubyte released this 11 Jul 20:21
· 270 commits to main since this release

Private API refactor with a net reduction in code.

This release includes a fix which means that, after a job is emitted, if one or more subsequent jobs are due then they will be emitted immediately. Previously each job emission would set a new timeout, meaning at least a tick of delay. Lots of jobs close together could appear to be delayed as the queue was processed.