Help for this page

Select Code to Download


  1. or download this
    sub queueProcessRequest {
        my ($job) = @_;
    ...
        $dispatcher->enqueue($job);
        return undef
    }
    
  2. or download this
    sub syncIdle {
        # Check if any thread errored out
    ...
    #         sleep(1);    # Retry later
        }
    }
    
  3. or download this
    sub queueProcessRequest {
        my ($job) = @_;
    ...
        $dispatcher->enqueue($job);
        return undef
    }