[webkit-help] AtomicString

Alexey Proskuryakov ap at webkit.org
Thu Mar 4 09:09:12 PST 2010


04.03.2010, в 08:50, Anatoli Kuzmin написал(а):

> So - Can I "join" to the main thread?


There are several ways to defer work to main thread from inside WebCore. WTF::callOnMainThread is the basic mechanism, but there are higher level ones built upon it.

It is also likely that no WebCore changes are necessary, and the caller just needs to always call WebCore from the main thread. I don't know enough about your project or environment to meaningfully suggest anything.

- WBR, Alexey Proskuryakov



More information about the webkit-help mailing list