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