Man Page: tap::parser::scheduler5.16
Operating Environment: osx
Section: 3pm
TAP::Parser::Scheduler(3pm) Perl Programmers Reference Guide TAP::Parser::Scheduler(3pm) NAME
TAP::Parser::Scheduler - Schedule tests during parallel testing VERSION
Version 3.23 SYNOPSIS
use TAP::Parser::Scheduler; DESCRIPTION
METHODS
Class Methods "new" my $sched = TAP::Parser::Scheduler->new; Returns a new "TAP::Parser::Scheduler" object. "get_all" Get a list of all remaining tests. "get_job" Return the next available job or "undef" if none are available. Returns a "TAP::Parser::Scheduler::Spinner" if the scheduler still has pending jobs but none are available to run right now. "as_string" Return a human readable representation of the scheduling tree. perl v5.16.2 2012-10-25 TAP::Parser::Scheduler(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Mac OS X: Based on UNIX - Solid As a Rock |
| To print diamond asterisk pattern based on inputs |
| A dash to GOTO or a dash from GOTO, that is the question... |
| Syntax error in subtraction in Bash |