Re: [Libevent-users] epoll_wait-like timeout with libevent (tick generation)

2012-10-16 Thread Nir Soffer
On Oct 16, 2012, at 1:35 PM, Programmist Setevik wrote: Portability issues aside, is there a way to ask event_base_* functions to enforce epoll_wait()-like timeout ? I need to have an ability to generate "ticks" - say once every 100 msec or thereabouts and run some callbacks whenever ticks occ

Re: [Libevent-users] epoll_wait-like timeout with libevent (tick generation)

2012-10-16 Thread Adrian Chadd
On 16 October 2012 04:35, Programmist Setevik wrote: > Portability issues aside, is there a way to ask event_base_* functions > to enforce epoll_wait()-like timeout ? > > I need to have an ability to generate "ticks" - say once every 100 > msec or thereabouts and run some callbacks whenever ticks