On 2017-09-26 09:23 AM, Pekka Paalanen wrote:
On Tue, 26 Sep 2017 14:26:36 +0100
Daniel Stone wrote:
On 26 September 2017 at 14:09, Matt Hoosier wrote:
This change replaces a queued emission of buffer-release events (which
is prone to starvation) with a regular event emission. This means tha
On Tue, 26 Sep 2017 14:26:36 +0100
Daniel Stone wrote:
> On 26 September 2017 at 14:09, Matt Hoosier wrote:
> > This change replaces a queued emission of buffer-release events (which
> > is prone to starvation) with a regular event emission. This means that
> > client programs no longer need to
On 26 September 2017 at 14:09, Matt Hoosier wrote:
> This change replaces a queued emission of buffer-release events (which
> is prone to starvation) with a regular event emission. This means that
> client programs no longer need to secretly install surface frame
> listeners just to guarantee that
This change replaces a queued emission of buffer-release events (which
is prone to starvation) with a regular event emission. This means that
client programs no longer need to secretly install surface frame
listeners just to guarantee that they get correctly notified of buffer
lifecycle events.
v2