On Wed, Jul 4, 2012 at 3:04 AM, debuguo <[email protected]> wrote: > which means no guarantee that every ev_async_send will be processed ?
No. Every ev_async_send is always processed, but multiple calls of ev_async_send might cause the async watcher to be invoked only once. If the async watcher is already in a triggered state, then ev_async_send won't make it doubly triggered. Ambrus _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
