Help for this page

Select Code to Download


  1. or download this
     while (my $message = $event->dequeue ) {
            print "IN HERE\n";
            return 1 if $message eq 'STOP';
    
  2. or download this
    $self->{queue}->enqueue('STOP');
        
    ...
    
    #or code to wait for the thread count to change       
    }