Re: A way to know the pending events of a loop

2009-05-20 Thread Marc Lehmann
On Tue, May 19, 2009 at 10:39:15PM -0300, Rodrigo Campos wrote: > I am needing a way to look into the pendig events of a loop (in my case, the > default loop), or certain types of watchers (ev_timer, for example). > > If I'm not wrong, there is no function to do that right now, but could it be

Re: A way to know the pending events of a loop

2009-05-20 Thread Rodrigo Campos
On Wed, May 20, 2009 at 04:51:17PM +0200, Marc Lehmann wrote: > On Tue, May 19, 2009 at 10:39:15PM -0300, Rodrigo Campos > wrote: > > I am needing a way to look into the pendig events of a loop (in my case, the > > default loop), or certain types of watchers (ev_timer, for example). > > > > If I