MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doRunPromiseJobs

Function doRunPromiseJobs

xs/platforms/esp/xsHost.c:1342–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340*/
1341
1342static void doRunPromiseJobs(void *machine, void *refcon, uint8_t *message, uint16_t messageLength)
1343{
1344 fxRunPromiseJobs((txMachine *)machine);
1345}
1346
1347void fxQueuePromiseJobs(txMachine* the)
1348{

Callers

nothing calls this directly

Calls 1

fxRunPromiseJobsFunction · 0.85

Tested by

no test coverage detected