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

Comparing EV/EV.pm (file contents):
Revision 1.21 by root, Thu Nov 1 17:20:25 2007 UTC vs.
Revision 1.22 by root, Fri Nov 2 11:02:22 2007 UTC

323=item $w->set ($signal) 323=item $w->set ($signal)
324 324
325Reconfigures the watcher, see the constructor above for details. Can be at 325Reconfigures the watcher, see the constructor above for details. Can be at
326any time. 326any time.
327 327
328=item $current_signum = $w->signal
329
330=item $old_signum = $w->signal ($new_signal)
331
332Returns the previously set signal (always as a number not name) and
333optionally set a new one.
334
328 335
329=item $w = EV::child $pid, $callback 336=item $w = EV::child $pid, $callback
330 337
331=item $w = EV::child_ns $pid, $callback 338=item $w = EV::child_ns $pid, $callback
332 339
345 352
346=item $w->set ($pid) 353=item $w->set ($pid)
347 354
348Reconfigures the watcher, see the constructor above for details. Can be at 355Reconfigures the watcher, see the constructor above for details. Can be at
349any time. 356any time.
357
358=item $current_pid = $w->pid
359
360=item $old_pid = $w->pid ($new_pid)
361
362Returns the previously set process id and optionally set a new one.
350 363
351 364
352=item $w = EV::idle $callback 365=item $w = EV::idle $callback
353 366
354=item $w = EV::idle_ns $callback 367=item $w = EV::idle_ns $callback

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines