Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxQueuePromiseJobs
Function
fxQueuePromiseJobs
xs/platforms/esp/xsHost.c:1347–1350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1345
}
1346
1347
void fxQueuePromiseJobs(txMachine* the)
1348
{
1349
modMessagePostToMachine(the, NULL, 0, doRunPromiseJobs, NULL);
1350
}
1351
1352
/*
1353
user installable modules
Callers
nothing calls this directly
Calls
1
modMessagePostToMachine
Function · 0.70
Tested by
no test coverage detected