Re: [v8-users] How to properly dispose an isolate

2019-12-06 Thread Ben Noordhuis
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

[v8-users] How to properly dispose an isolate

2019-12-05 Thread Darin Dimitrov
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