[webkit-help] Calling JSObjectCallAsFunction from a worker thread
Ben Short
ben at benshort.co.uk
Mon Dec 12 13:00:25 PST 2011
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
More information about the webkit-help
mailing list