andywer / threads.js

🧵 Make web workers & worker threads as simple as a function call.
https://threads.js.org/
MIT License
3.04k stars 161 forks source link

Nested Workers #457

Open Judahh opened 1 year ago

Judahh commented 1 year ago

Is is possible to spawn a worker inside another? When I tried to do it, the main process just see the nested worker, because the expose function is called first.