Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

TAP::Parser::Scheduler::Spinner (3)

Name

TAP::Parser::Scheduler::Spinner - op job.

Synopsis

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

Description

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



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

VERSION
       Version 3.42

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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | runtime/perl-532      |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

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



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://www.cpan.org/src/5.0/perl-5.32.0.tar.gz.

       Further information about this software can be found on the open source
       community website at https://www.perl.org/.



perl v5.32.0                      2020-06-14
                                            TAP::Parser::Scheduler::Spinner(3)