TAP::Parser::Scheduler::Spinner - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME VERSION SYNOPSIS DESCRIPTION METHODS SEE ALSO
NAME
    TAP::Parser::Scheduler::Spinner - A no-op job.

VERSION
    Version 3.43

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;

    Ignores any arguments and returns a new
    "TAP::Parser::Scheduler::Spinner" object.

  Instance Methods
   "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.

SEE ALSO
    TAP::Parser::Scheduler, TAP::Parser::Scheduler::Job


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:59 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top