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

Function xs_worker

modules/base/worker/modWorker.c:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void xs_worker(xsMachine *the)
363{
364 workerConstructor(the, false);
365}
366
367void xs_sharedworker(xsMachine *the)
368{

Callers

nothing calls this directly

Calls 1

workerConstructorFunction · 0.85

Tested by

no test coverage detected