RE: Feature Request: Piped ev_async_send's should invoke multiple callbacks

2012-10-25 Thread Chaliha, Sayan
; Tejaswi, Saikrishna Subject: Re: Feature Request: Piped ev_async_send's should invoke multiple callbacks On Wed, Oct 24, 2012 at 04:20:48PM +0200, Marc Lehmann wrote: > On Tue, Oct 23, 2012 at 01:16:11PM +0530, "Chaliha, Sayan" wrote: > > be invoked only once by design. I w

Re: Feature Request: Piped ev_async_send's should invoke multiple callbacks

2012-10-24 Thread Marc Lehmann
On Wed, Oct 24, 2012 at 04:20:48PM +0200, Marc Lehmann wrote: > On Tue, Oct 23, 2012 at 01:16:11PM +0530, "Chaliha, Sayan" > wrote: > > be invoked only once by design. I would like for a separate callback to > > be invoked each time an ev_async_send is called on the watcher. If this > > is not

Re: Feature Request: Piped ev_async_send's should invoke multiple callbacks

2012-10-24 Thread Marc Lehmann
On Tue, Oct 23, 2012 at 01:16:11PM +0530, "Chaliha, Sayan" wrote: > be invoked only once by design. I would like for a separate callback to > be invoked each time an ev_async_send is called on the watcher. If this > is not a feature you would put in production, I would be very grateful > if you c

Feature Request: Piped ev_async_send's should invoke multiple callbacks

2012-10-24 Thread Chaliha, Sayan
Hello libev team, I realize that doing multiple ev_async_send's on a ev_async watcher (before the previous ev_async_send is processed) causes the callback to be invoked only once by design. I would like for a separate callback to be invoked each time an ev_async_send is called on the watcher. I