On Thu, Dec 5, 2019 at 2:55 PM Darin Dimitrov wrote:
>
> Hello,
>
> I am embedding V8 in my C++ application and I need to create multiple
> isolates from different background threads.
>
> Here's my workflow:
>
> 1. Create an isolate in the main thread -> this must be a long living isolate
> (for
Hello,
I am embedding V8 in my C++ application and I need to create multiple
isolates from different background threads.
Here's my workflow:
1. Create an isolate in the main thread -> this must be a long living
isolate (for the entire application lifetime)
2. Spawn multiple short living backgr