Help for this page

Select Code to Download


  1. or download this
    A thread exited while 2 threads were running.
    
  2. or download this
    A thread exited while 2 threads were running.
    panic: MUTEX_LOCK (22) [op.c:352] during global destruction.
    
  3. or download this
    my $thread = async {
      my $tid = threads->tid();
    ...
    };
    
    $thread->detach();
    
  4. or download this
    my $tcount = count of tests that are running.
    
    ...
       next if (/ENDEND$/);
      }
    }