Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / usr / share / perl / 5.18.2 / TAP / Parser / Scheduler / | server ip : 104.21.89.46 your ip : 172.69.130.111 H O M E |
Filename | /usr/share/perl/5.18.2/TAP/Parser/Scheduler/Spinner.pm |
Size | 862 |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 27-Apr-2025 10:10 |
Last modified | 21-Nov-2018 01:11 |
Last accessed | 27-Apr-2025 10:10 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
package TAP::Parser::Scheduler::Spinner;
use strict;
use vars qw($VERSION);
use Carp;
=head1 NAME
TAP::Parser::Scheduler::Spinner - A no-op job.
=head1 VERSION
Version 3.26
=cut
$VERSION = '3.26';
=head1 SYNOPSIS
use TAP::Parser::Scheduler::Spinner;
=head1 DESCRIPTION
A no-op job. Returned by C<TAP::Parser::Scheduler> as an instruction to
the harness to spin (keep executing tests) while the scheduler can't
return a real job.
=head1 METHODS
=head2 Class Methods
=head3 C<new>
my $job = TAP::Parser::Scheduler::Spinner->new;
Returns a new C<TAP::Parser::Scheduler::Spinner> object.
=cut
sub new { bless {}, shift }
=head3 C<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.
=cut
sub is_spinner {1}
1;
use strict;
use vars qw($VERSION);
use Carp;
=head1 NAME
TAP::Parser::Scheduler::Spinner - A no-op job.
=head1 VERSION
Version 3.26
=cut
$VERSION = '3.26';
=head1 SYNOPSIS
use TAP::Parser::Scheduler::Spinner;
=head1 DESCRIPTION
A no-op job. Returned by C<TAP::Parser::Scheduler> as an instruction to
the harness to spin (keep executing tests) while the scheduler can't
return a real job.
=head1 METHODS
=head2 Class Methods
=head3 C<new>
my $job = TAP::Parser::Scheduler::Spinner->new;
Returns a new C<TAP::Parser::Scheduler::Spinner> object.
=cut
sub new { bless {}, shift }
=head3 C<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.
=cut
sub is_spinner {1}
1;