Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void fxQueuePromiseJobsCallback(void *info)
97
{
98
txMachine* the = info;
99
fxRunPromiseJobs(the);
100
}
101
102
void fxQueueWorkerJob(void* machine, void* job)
103
{
Callers
nothing calls this directly
Calls
1
fxRunPromiseJobs
Function · 0.85
Tested by
no test coverage detected