ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/AnyEvent-MP/MP/Kernel.pm
(Generate patch)

Comparing cvsroot/AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.61 by root, Wed Nov 4 21:47:14 2009 UTC vs.
Revision 1.62 by root, Thu Nov 5 22:44:56 2009 UTC

531sub mon_nodes($) { 531sub mon_nodes($) {
532 my ($cb) = @_; 532 my ($cb) = @_;
533 533
534 $MON_NODES{$cb+0} = $cb; 534 $MON_NODES{$cb+0} = $cb;
535 535
536 wantarray && AnyEvent::Util::guard { delete $MON_NODES{$cb+0} } 536 defined wantarray && AnyEvent::Util::guard { delete $MON_NODES{$cb+0} }
537} 537}
538 538
539sub _inject_nodeevent($$;@) { 539sub _inject_nodeevent($$;@) {
540 my ($node, $up, @reason) = @_; 540 my ($node, $up, @reason) = @_;
541 541

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines