Re: [Libevent-users] Putting event on the top of the queue

2011-05-02 Thread Nick Mathewson
On Tue, Apr 26, 2011 at 6:10 PM, Gordiychuck Oleg wrote: > Hello! > > I'm using event2 libs and i want to know if it is possible to put new event > on the top of the queue. > > For example, i have next events queue: > > ev1 -> ev2 -> ev3 > > While processing ev1 an error occured. Now i want to cr

[Libevent-users] Putting event on the top of the queue

2011-04-26 Thread Gordiychuck Oleg
Hello! I'm using event2 libs and i want to know if it is possible to put new event on the top of the queue. For example, i have next events queue: ev1 -> ev2 -> ev3 While processing ev1 an error occured. Now i want to create new event(err_ev) that will close all application's modules and i