> As I said... JS has mutable objects by default. The memory space SHALL be the same.
> What is not being covered? Let it come to the surface. As stated, that single threaded access to objects and shared memory multi-threaded access are very different. On Wed, Nov 2, 2016 at 9:56 AM, Leo Dutra <[email protected]> wrote: > Message passing between two objects is a Law of Nature, broad and powerful. > But there's more than just workers and process spawn in life. > > As I said... JS has mutable objects by default. The memory space SHALL be > the same. > > Atomic could handle the racing when needed and a Mutex for locking. > > What is not being covered? Let it come to the surface. >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

