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

Function doRunPromiseJobs

xs/platforms/zephyr/xsHost.c:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368*/
369
370static void doRunPromiseJobs(void *the, void *refcon, uint8_t *message, uint16_t messageLength)
371{
372 fxRunPromiseJobs((txMachine *)the);
373}
374
375void fxQueuePromiseJobs(txMachine* the)
376{

Callers

nothing calls this directly

Calls 1

fxRunPromiseJobsFunction · 0.85

Tested by

no test coverage detected