I've been working on another idea for parallelism that also leverage modules, but doesn't involve workers. It will enable read-only resource sharing of direct object instances across threads, using realms, a built-in concept of thread ownership, and atomicity for ensuring thread safety. It also allows for blocking calls for individual atomic access.
On Wed, Nov 2, 2016, 16:00 Leo Dutra <[email protected]> wrote: > We could think in a pool of workers with dynamic code execution or > propose, in JS spec, points where multithreading is recommended. > > Anyway... looks like community is OK with the current state and that's > more than enough. > > Good to see interest, anyways. > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

