Hi,

I have created a custom javascript object using the JavaScriptCore
API. My object allows listeners to be registered with it. I need to
call these listeners on various events from a worker thread that is
created when the object is instantiated.

Is it safe to call the JSObjectCallAsFunction function from a worker thread?

Regards

Ben Short
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to