Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

TAP::Parser::Scheduler::Spinner

Name TAP::Parser::Scheduler::Spinner
Version 3.42
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/TAP/Parser/Scheduler/Spinner.pm
Is Core No
Search CPAN for this module TAP::Parser::Scheduler::Spinner
Documentation TAP::Parser::Scheduler::Spinner
Module Details TAP::Parser::Scheduler::Spinner

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.


SEE ALSO

the TAP::Parser::Scheduler manpage, the TAP::Parser::Scheduler::Job manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024