Hi guys. So recently I have had to thread my application (Just a little) in order to give maximum flexibility for the user.
I am trying to pass FunctionCallbackInfo into a new thread. However when I try this I get a Segmentation Fault (I know why). How do I persist the arguments that are passed into the thread? Basically I wanted to do a simple setTimeout function just like in a standard browser. Could someone provide some very quick examples I could read through and get a grip on how to persist the arguments? Regards -- -- 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/d/optout.
