Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zhouzi/TheaterJS
/ waitAction
Function
waitAction
src/theaterJS.js:325–328 ·
view source on GitHub ↗
(done, delay)
Source
from the content-addressed store, hash-verified
323
}
324
325
function
waitAction (done, delay) {
326
setTimeout(done.bind(this), delay)
327
return
this
328
}
329
330
function
subscribe (events, callback) {
331
events.split(
','
).forEach(eventName => {
Callers
1
playNextScene
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected