Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ dequeue
Method
dequeue
apps/sim/executor/execution/engine.ts:223–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
}
222
223
private dequeue(): string | undefined {
224
return
this.readyQueue.shift()
225
}
226
227
private trackExecution(promise: Promise<void>): void {
228
const
trackedPromise = promise
Callers
1
processQueue
Method · 0.95
Calls
1
shift
Method · 0.80
Tested by
no test coverage detected