[Webkit-unassigned] [Bug 137513] [GLib] Add a simple GMainLoopSource variant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 01:39:43 PDT 2014


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





--- Comment #3 from Zan Dobersek <zandobersek at gmail.com>  2014-10-09 01:39:39 PST ---
(In reply to comment #2)
> > Source/WTF/wtf/gobject/GMainLoopSource.cpp:475
> > +    g_source_set_ready_time(m_source.get(), g_get_monotonic_time() + delay.count() * 1000);
> 
> My main concern of this approach is that it works because the current glib implementation allows it, but it hasn't been thought to be used this way, I think

It's essentially a timeout source with a dynamic interval that's updated on demand. But whatever the case, we can ask about it with GLib developers on their mailing list.

-- 
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