From d9a90c6accc6cea7d5795cccbc615dcc31acb9d9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Nov 2007 08:47:00 +0000 Subject: *** empty log message *** --- ev.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ev.html b/ev.html index 4a921e9..9214aae 100644 --- a/ev.html +++ b/ev.html @@ -6,7 +6,7 @@ - + @@ -32,7 +32,7 @@
  • ev_signal - signal me when a signal gets signalled
  • ev_child - wait for pid status changes
  • ev_idle - when you've got nothing better to do
  • -
  • prepare and check - your hooks into the event loop
  • +
  • ev_prepare and ev_check - your hooks into the event loop
  • OTHER FUNCTIONS
  • @@ -664,8 +664,8 @@ believe me.

    -

    prepare and check - your hooks into the event loop

    -
    +

    ev_prepare and ev_check - your hooks into the event loop

    +

    Prepare and check watchers are usually (but not always) used in tandem: Prepare watchers get invoked before the process blocks and check watchers afterwards.

    -- cgit v1.2.3