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

Function doRunPromiseJobs

xs/platforms/gecko/xsHost.c:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524static void doRunPromiseJobs(void *machine, void *refcon, uint8_t *message, uint16_t messageLength)
525{
526 fxRunPromiseJobs((txMachine *)machine);
527}
528
529void fxQueuePromiseJobs(txMachine* the)
530{

Callers

nothing calls this directly

Calls 1

fxRunPromiseJobsFunction · 0.85

Tested by

no test coverage detected