[Webkit-unassigned] [Bug 74535] [chromium] Add postCancellable[Delayed]Task to CCThread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 18:00:51 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74535





--- Comment #13 from Nat Duca <nduca at chromium.org>  2011-12-15 18:00:51 PST ---
James: next step? Are you saying you only will accept a CCTimer class? I'd like to get trchen unblocked...

As I pointed out, my concern with a Timer and TimerClient/TimerTarget formulation is:
1. We lose the convenience that CCTask* gives you of arbitrary method binding
2. We can't do cross-thread cancellation

#1 is valuable when you have a single class that has a few different things going on.

#2 would help me implement those redundant commit messages we send to the main thread. I could just cancel any pending commit task when I create one.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list