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

Function fxQueuePromiseJobsCallback

xs/platforms/mac_xs.c:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void fxQueuePromiseJobsCallback(void *info)
97{
98 txMachine* the = info;
99 fxRunPromiseJobs(the);
100}
101
102void fxQueueWorkerJob(void* machine, void* job)
103{

Callers

nothing calls this directly

Calls 1

fxRunPromiseJobsFunction · 0.85

Tested by

no test coverage detected