Re: [PATCH] eventloop: clarify post_dispatch_check()

2017-12-05 Thread Daniel Stone
Hi Chris, On 28 August 2017 at 09:03, wrote: > This *technically* changes the semantics of the return value of the source > callbacks. > Previously you could return a negative number from a source callback and it > would prevent > *other* source callbacks from triggering

[PATCH] eventloop: clarify post_dispatch_check()

2017-08-28 Thread chris
From: Christopher James Halse Rogers This *technically* changes the semantics of the return value of the source callbacks. Previously you could return a negative number from a source callback and it would prevent *other* source callbacks from triggering

Re: [PATCH] eventloop: clarify post_dispatch_check()

2017-08-25 Thread Pekka Paalanen
On Fri, 25 Aug 2017 12:23:32 +1000 ch...@cooperteam.net wrote: > From: Christopher James Halse Rogers > > This *technically* changes the semantics of the return value of the source > callbacks. > Previously you could return a negative number from a

[PATCH] eventloop: clarify post_dispatch_check()

2017-08-24 Thread chris
From: Christopher James Halse Rogers This *technically* changes the semantics of the return value of the source callbacks. Previously you could return a negative number from a source callback and it would prevent *other* source callbacks from triggering