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, fkp...@gmail.com 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
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to