Thanks, I saw an example for a plugin for node that doesn't do so - so I'm 
curious as to what is really not being done in such case.

On Thursday, August 31, 2017 at 10:33:52 AM UTC+3, Yang Guo wrote:
>
> Each isolate has its own micro task queue. So I guess yes, you will have 
> to pump every one of them. I don't think synchronizing is necessary, since 
> they are isolated from each other.
>
> On Tuesday, August 29, 2017 at 3:47:23 PM UTC+2, [email protected] wrote:
>>
>> Hi,
>> I'm creating a multithread platform where each thread holds v8 isolate 
>> and one main isolate.
>> The thread with the main isolates launches the rest.
>>
>> I understand that i need to call pump message loop at least for the main 
>> one - do i need to do it for the rest?
>> i.e. make some kind of a loop calling each of them in a synchronized way?
>>
>> Thanks,
>> fima
>>
>

-- 
-- 
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.

Reply via email to