We are contemplating using V8 as a scripting engine inside a C++ application. I've seen sample code to compile Javascript source and then run it. Our application may require running scripts that may take some time to complete. It is important to be able to abort execution of these scripts from a different thread. Is this possible with V8 and how?
Thanks, Milan -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
