I suggest you to add information about "FUNCTIONS CONTROLLING EVENT LOOPS" to several libev document sections.

2018-07-30 Thread
Dear All. I have two suggestions to update document, for understanding good points of libev more. 1. Add *'See also the "FUNCTIONS CONTROLLING EVENT LOOPS" for more detail of functions.'* at the end of "EXAMPLE PROGRAM". 2. Add *'(It can use by "ev_set_userdata" and "ev_userdata")'* after *'Each

Does libev provide stop API of ev_once event?

2018-07-17 Thread
Dear All. I use ev_once, it's very convenience. But I have a problem about it. I seem there is no stop API for ev_once, isn't it? I have a case to stop ev_once event before publishing event. Can I do it now? If no, does libev support ev_once stop API? Now I try to add following stop API sample t