Help for this page

Select Code to Download


  1. or download this
      ...
      $mce->gather($chunk_id, "$part.out");
      ...
    
  2. or download this
       ...
       $q->enqueue( [ $chunk_id, "$part.out" ] );
       $q->await( 200 );  # blocks until the queue has 200 or less items
       ...