Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tldraw/tldraw
/ tick
Function
tick
packages/utils/src/lib/ExecutionQueue.test.ts:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ ExecutionQueue } from
'./ExecutionQueue'
3
4
const
tick = () => Promise.resolve()
5
6
describe(
'ExecutionQueue'
, () => {
7
it(
'executes tasks sequentially'
,
async
() => {
Callers
1
ExecutionQueue.test.ts
File · 0.70
Calls
1
resolve
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…