[webkit-dev] parallel controls in JavaScriptCore engine
Geoffrey Garen
ggaren at apple.com
Mon Jun 28 10:54:26 PDT 2010
> So my question here is, is this really possible to stop execution at one place and execute some thing else and resume back to previous execution point with JavaScript engine of Webkit.
Yes.
> I have tried this using two threads by blocking the wait using mutex and calling success/failure callback using another thread but it app crashing.
You'll need to provide more information in order to get help. Did you debug the crash? What did you find?
Though JavaScriptCore is threadsafe, WebKit is not.
Geoff
More information about the webkit-dev
mailing list