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

Function doRunPromiseJobs

xs/platforms/qca4020/xsHost.c:963–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961
962
963static void doRunPromiseJobs(void *machine, void *refcon, uint8_t *message, uint16_t messageLength)
964{
965 fxRunPromiseJobs((txMachine *)machine);
966}
967
968void fxQueuePromiseJobs(txMachine* the)
969{

Callers

nothing calls this directly

Calls 1

fxRunPromiseJobsFunction · 0.85

Tested by

no test coverage detected