Hello guys... I'm embedding the V8 into my own application to run some 
untrusted code concurrently. Every untrusted code is executed inside a 
promise and when any of these codes blocks the system (by doing a 
while(true){} for example) I need to stop it. So, I've been trying to find 
a way of canceling JS promises but I haven't found anything useful. Does 
anyone here know where I could find some related information?

-- 
-- 
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/fb3a5a6f-3b49-4516-a037-4aa19a2bceb2n%40googlegroups.com.

Reply via email to