> 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
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to