[Webkit-unassigned] [Bug 23560] Implement SharedTimer on WorkerRunLoop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 27 12:19:49 PST 2009


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





------- Comment #3 from darin at apple.com  2009-01-27 12:19 PDT -------
(In reply to comment #2)
> +    class WorkerRunLoop : public SharedTimer {
> 
> Is it really right to say that a run loop is an instance of SharedTimer? This
> results in awkward calls like runLoop.stop() that are difficult to interpret as
> being timer-related.

In case it's not obvious, other options are to use private inheritance, or to
have a shared timer as a data member.


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



More information about the webkit-unassigned mailing list