Hi all.. first time here
I've to modify an application, right now it's using event_dispatch () and
event_loopexit ().
Now, I've to do the task in a thread, and I've to control the thread.
The basic thread function has to be something like:
while (events_running)
{
/* Events paused */
if (events_paused) continue;
event_loop (EVLOOP_NONBLOCK);
}
My question is if event_dispatch () and the new code with event_loop will
work in the same way.
Thanks for any reply, and sorry my english :)
-- Daniel
_______________________________________________
Libevent-users mailing list
[email protected]
http://monkey.org/mailman/listinfo/libevent-users