Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sindresorhus/p-queue
/ pause
Method
pause
source/index.ts:609–611 ·
view source on GitHub ↗
Put queue execution on hold.
()
Source
from the content-addressed store, hash-verified
607
Put queue execution on hold.
608
*/
609
pause(): void {
610
this.#isPaused = true;
611
}
612
613
/**
614
Clear the queue.
Callers
4
advanced.ts
File · 0.80
basic.ts
File · 0.80
startPauseCycles
Function · 0.80
rate-limit.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected