Exploring Future Parallelism in JavaScript with Fiber and Forking

I've just started to learn Effect and while reading about Fiber I wonder that is it possible (in the future) to leverage forking so that the work is done in the Javascript worker to enable true parallelism?
Was this page helpful?