Is your feature request related to a problem? Please describe.
406 offers a start to a task runner using worker_threads, but the work is incomplete due to the worker threads not being accessible when working in the context of electron.
Describe the solution you'd like
We need to figure out the cause for this and find a solution that allows worker threads to work correctly.
Is your feature request related to a problem? Please describe.
406 offers a start to a task runner using
worker_threads
, but the work is incomplete due to the worker threads not being accessible when working in the context of electron.Describe the solution you'd like We need to figure out the cause for this and find a solution that allows worker threads to work correctly.
Additional context Originally from #403