--- libev/ev.html 2007/11/12 08:46:42 1.15 +++ libev/ev.html 2007/11/12 08:47:00 1.16 @@ -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 @@ -

    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.