must I call ev_run() in one function, and call ev_break() in the same funtion?
2012/6/28 Zsbán Ambrus <[email protected]> > On Thu, Jun 28, 2012 at 11:46 AM, Marc Lehmann <[email protected]> wrote: > > On Thu, Jun 28, 2012 at 04:51:38PM +0800, debuguo <[email protected]> > wrote: > >> I have stop all the watchers in the loop, and called the ev_break() in > one > >> thread, and another thread(containing the ev_run) will still execute the > >> ev_run and write callback. > > > > You cannot call ev_break from another thread - a loop is a shared > resource, > > and would need to be locked properly. > > Ah, correct. I didn't read the original question properly. Sorry. > > Ambrus >
_______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
