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

Function fxQueuePromiseJobsCallback

xs/platforms/lin_xs.c:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82gboolean fxQueuePromiseJobsCallback(void *it)
83{
84 txMachine* the = it;
85 fxRunPromiseJobs(the);
86 return G_SOURCE_REMOVE;
87}
88
89void fxQueueWorkerJob(void* machine, void* job)
90{

Callers

nothing calls this directly

Calls 1

fxRunPromiseJobsFunction · 0.85

Tested by

no test coverage detected