*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2008-09-19 03:46:20 +00:00
parent 32b049ba2e
commit 047ff900c7
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,7 @@ WISH? monotonic clocks times/GetTickCount for coarse corrections?
- new function: ev_now_update (loop).
- verify_watcher was not marked static.
- improve the "associating..." manpage section.
- documentation tweaks here and there.
3.43 Sun Jul 6 05:34:41 CEST 2008
- include more include files on windows to get struct _stati64

5
ev.pod
View File

@ -3300,9 +3300,8 @@ different coroutines and switch freely between both coroutines running the
loop, as long as you don't confuse yourself). The only exception is that
you must not do this from C<ev_periodic> reschedule callbacks.
Care has been invested into making sure that libev does not keep local
state inside C<ev_loop>, and other calls do not usually allow coroutine
switches.
Care has been taken to ensure that libev does not keep local state inside
C<ev_loop>, and other calls do not usually allow coroutine switches.
=head1 COMPLEXITIES