Help for this page

Select Code to Download


  1. or download this
        
         for(0..1) {        
            my @ready = $self->{root}{select}->can_read(0);
    ...
            $self->{root}{busycount}-- if delete $self->{root}{busy}{$chil
    +d};    
        }
    }