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 signalledev_child
- wait for pid status changesev_idle
- when you've got nothing better to doev_prepare
and ev_check
- your hooks into the event loopev_prepare
and ev_check
- your hooks into the event loopPrepare and check watchers are usually (but not always) used in tandem: Prepare watchers get invoked before the process blocks and check watchers afterwards.