v9.1.1
Fixed 1
- Fix signal option not rejecting when task is aborted while queued
From p-queue
- Fix
signaloption not rejecting when task is aborted while queued a64b316- If you use a custom queue class, you will have to add a
remove()method. See the built-in class.
- If you use a custom queue class, you will have to add a
https://github.com/sindresorhus/p-queue/compare/v9.1.0...v9.1.1