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

Function fxQueuePromiseJobsCallback

xs/platforms/wasm_xs.c:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void fxQueuePromiseJobsCallback(void* it)
66{
67 txMachine* the = it;
68 the->promiseJobsTimer = 0;
69 fxRunPromiseJobs(the);
70}
71
72#ifdef mxDebug
73

Callers

nothing calls this directly

Calls 1

fxRunPromiseJobsFunction · 0.85

Tested by

no test coverage detected