On Mon, Dec 12, 2016 at 9:52 AM, Torben Buelter <[email protected]> wrote: > Am Donnerstag, 3. Juli 2014 15:56:43 UTC+2 schrieb Jakob Kummerow: >> >> On Thu, Jul 3, 2014 at 2:56 PM, Jesper Jansson <[email protected]> wrote: >>> >>> Is it possible to have 2 different threads working on the same isolate >> >> >> No. > > That's not true. I'm using the same isolate in ~10 Threads, though access is > restricted through a mutex
His reply is to someone asking if two threads can manipulate an isolate in parallel without proper locking. 'No' is the right answer. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
