/* Void Main's man pages */

{ phpMan } else { main(); }

Command: man perldoc info search(apropos)  


TAP::Parser::Scheduler::Spinner(3pm)            Perl Programmers Reference Guide            TAP::Parser::Scheduler::Spinner(3pm)



NAME
       TAP::Parser::Scheduler::Spinner - A no-op job.

VERSION
       Version 3.17

SYNOPSIS
           use TAP::Parser::Scheduler::Spinner;

DESCRIPTION
       A no-op job. Returned by "TAP::Parser::Scheduler" as an instruction to the harness to spin (keep executing tests) while
       the scheduler can't return a real job.

METHODS
   Class Methods
       "new"

           my $job = TAP::Parser::Scheduler::Spinner->new;

       Returns a new "TAP::Parser::Scheduler::Spinner" object.

       "is_spinner"

       Returns true indicating that is a 'spinner' job. Spinners are returned when the scheduler still has pending jobs but
       can't (because of locking) return one right now.



perl v5.12.4                                               2011-06-07                       TAP::Parser::Scheduler::Spinner(3pm)

Valid XHTML 1.0!Valid CSS!