https://code.google.com/p/v8/source/browse/trunk/include/v8.h#3438
On Tue, Feb 19, 2013 at 4:45 AM, <[email protected]> wrote: > 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. > > > -- -- 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.
