2009/5/20 daniel <[email protected]>:
>
> Hi,
>
> Does V8 have Continuations support? Like the one in Rhino JavaScript
> engine:
> https://developer.mozilla.org/en/New_in_Rhino_1.7R2
>
> Basically, can I save the execution context of V8 and then resume
> later on?

I'm afraid not.  You can use threads (see the Locker class in v8.h)
but that's something rather different.

>
> Thank you.
>
> >
>



-- 
Erik Corry, Software Engineer
Google Denmark ApS.  CVR nr. 28 86 69 84
c/o Philip & Partners, 7 Vognmagergade, P.O. Box 2227, DK-1018
Copenhagen K, Denmark.

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to