Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ modMachineTaskWait
Function
modMachineTaskWait
xs/platforms/esp/xsHost.c:1174–1177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1172
}
1173
1174
void modMachineTaskWait(xsMachine *the)
1175
{
1176
ulTaskNotifyTake(pdTRUE, portMAX_DELAY);
1177
}
1178
1179
void modMachineTaskWake(xsMachine *the)
1180
{
Callers
1
workerConstructor
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected