MCPcopy 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
1174void modMachineTaskWait(xsMachine *the)
1175{
1176 ulTaskNotifyTake(pdTRUE, portMAX_DELAY);
1177}
1178
1179void modMachineTaskWake(xsMachine *the)
1180{

Callers 1

workerConstructorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected