Hello guys,

Now I'm trying to embed v8 to my application, and allow user to run JS 
code, but the code is not organized in a file, it may be in pieces.
In other word, user can run code A, and after that, user can run code B.
My issue is if A includes a await for an async function, it may cost much 
time to start to run code B.

How can I deal with this? Currently I want to use multiple isolates to run 
different code, but I wonder if there is any proper way.

Thanks.

-- 
-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/771ae1e2-6ac0-4a1b-8cff-9ceccfce85d1n%40googlegroups.com.

Reply via email to