TAP::Parser::Scheduler::Spinner

TAP::Parser::Scheduler::Spinner

NAME

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

VERSION

Version 3.35

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

© 1993–2016 Larry Wall and others
Licensed under the GNU General Public License version 1 or later, or the Artistic License.
The Perl logo is a trademark of the Perl Foundation.
http://perldoc.perl.org/5.22.0/TAP/Parser/Scheduler/Spinner.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部