TAP::Parser::Scheduler::Spinner β A no-op job.
| Use Case | Command | Description |
|---|---|---|
| Load the module | use TAP::Parser::Scheduler::Spinner; | Import the spinner class |
| Create a spinner job | my $spinner = TAP::Parser::Scheduler::Spinner->new; | Instantiate a noβop job (ignores arguments) |
| Check if job is a spinner | $spinner->is_spinner | Returns true; indicates scheduler canβt return a real job right now |
Version 3.43
use TAP::Parser::Scheduler::Spinner;
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.
new β my $job = TAP::Parser::Scheduler::Spinner->new; β Ignores any arguments and returns a new TAP::Parser::Scheduler::Spinner object.is_spinner β Returns true indicating that this is a βspinnerβ job. Spinners are returned when the scheduler still has pending jobs but canβt (because of locking) return one right now.Generated by phpman v4.9.26-5-g7740029 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-24 02:36 @216.73.216.102
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)