ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/README
(Generate patch)

Comparing EV/README (file contents):
Revision 1.18 by root, Tue Dec 11 21:18:25 2007 UTC vs.
Revision 1.19 by root, Tue Dec 18 01:37:46 2007 UTC

409 be called at any time. 409 be called at any time.
410 410
411 $w->again 411 $w->again
412 Simply stops and starts the watcher again. 412 Simply stops and starts the watcher again.
413 413
414 $time = $w->at
415 Return the time that the watcher is expected to trigger next.
416
414 SIGNAL WATCHERS - signal me when a signal gets signalled! 417 SIGNAL WATCHERS - signal me when a signal gets signalled!
415 $w = EV::signal $signal, $callback 418 $w = EV::signal $signal, $callback
416 $w = EV::signal_ns $signal, $callback 419 $w = EV::signal_ns $signal, $callback
417 Call the callback when $signal is received (the signal can be 420 Call the callback when $signal is received (the signal can be
418 specified by number or by name, just as with "kill" or %SIG). 421 specified by number or by name, just as with "kill" or %SIG).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines