*** empty log message ***

master
Marc Alexander Lehmann 11 years ago
parent e8b98ba710
commit 6192c1b4ae

@ -6,6 +6,7 @@ TODO: EV_NO_THREADS/NO_SMP and/or EV_USE_PTHREADS or so. also document.
TODO: #define EV_API_DECL static? ev_default_loop_ptr?
TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone)
TODO: memory fences for clang
TODO: fix repeat=0 in http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Be_smart_about_timeouts
4.10
- fix a race where the workaround against the epoll fork bugs
caused signals to not be handled anymore.

@ -1960,7 +1960,7 @@ If you ask a timer to call your callback after three seconds, then
you expect it to be invoked after three seconds - but of course, this
cannot be guaranteed to infinite precision. Less obviously, it cannot be
guaranteed to any precision by libev - imagine somebody suspending the
process a STOP signal for a few hours for example.
process with a STOP signal for a few hours for example.
So, libev tries to invoke your callback as soon as possible I<after> the
delay has occurred, but cannot guarantee this.
@ -3475,7 +3475,7 @@ Example: wait up to ten seconds for data to appear on STDIN_FILENO.
=item ev_feed_fd_event (loop, int fd, int revents)
Feed an event on the given fd, as if a file descriptor backend detected
the given events it.
the given events.
=item ev_feed_signal_event (loop, int signum)

Loading…
Cancel
Save