> This is not possible, as JavaScript runs in a single thread. perhaps not when targeting the browser
but targeting nodejs we should be able to manage [worker threads](https://nodejs.org/api/worker_threads.html)
> This is not possible, as JavaScript runs in a single thread. perhaps not when targeting the browser
but targeting nodejs we should be able to manage [worker threads](https://nodejs.org/api/worker_threads.html)