Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tldraw/tldraw
/ ExecutionQueue.test.ts
File
ExecutionQueue.test.ts
packages/utils/src/lib/ExecutionQueue.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ promiseWithResolve, sleep } from
'./control'
2
import
{ ExecutionQueue } from
'./ExecutionQueue'
3
4
const
tick = () => Promise.resolve()
Callers
nothing calls this directly
Calls
10
sleep
Function · 0.90
promiseWithResolve
Function · 0.90
now
Method · 0.80
tick
Function · 0.70
resolve
Method · 0.65
reject
Method · 0.65
close
Method · 0.65
all
Method · 0.65
push
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected