logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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

ClassMethods"new" my $job = TAP::Parser::Scheduler::Spinner->new; Ignores any arguments and returns a new "TAP::Parser::Scheduler::Spinner" object. InstanceMethods"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.

Name

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

See Also

TAP::Parser::Scheduler, TAP::Parser::Scheduler::Job perl v5.40.1 2025-07-03 TAP::Parser::Scheduler::Spinner(3perl)

Synopsis

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

Version

Version 3.48

See Also