{
    "content": [
        {
            "type": "text",
            "text": "# TAP::Parser::Scheduler::Spinner (perldoc)\n\n## NAME\n\nTAP::Parser::Scheduler::Spinner - A no-op job.\n\n## SYNOPSIS\n\nuse TAP::Parser::Scheduler::Spinner;\n\n## DESCRIPTION\n\nA no-op job. Returned by \"TAP::Parser::Scheduler\" as an instruction to the harness to spin (keep\nexecuting tests) while the scheduler can't return a real job.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS** (2 subsections)\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "TAP::Parser::Scheduler::Spinner",
        "section": "",
        "mode": "perldoc",
        "summary": "TAP::Parser::Scheduler::Spinner - A no-op job.",
        "synopsis": "use TAP::Parser::Scheduler::Spinner;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Class Methods",
                        "lines": 5
                    },
                    {
                        "name": "Instance Methods",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "TAP::Parser::Scheduler::Spinner - A no-op job.\n",
                "subsections": []
            },
            "VERSION": {
                "content": "Version 3.43\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use TAP::Parser::Scheduler::Spinner;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A no-op job. Returned by \"TAP::Parser::Scheduler\" as an instruction to the harness to spin (keep\nexecuting tests) while the scheduler can't return a real job.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "",
                "subsections": [
                    {
                        "name": "Class Methods",
                        "content": "\"new\"\nmy $job = TAP::Parser::Scheduler::Spinner->new;\n\nIgnores any arguments and returns a new \"TAP::Parser::Scheduler::Spinner\" object.\n"
                    },
                    {
                        "name": "Instance Methods",
                        "content": "\"isspinner\"\nReturns true indicating that is a 'spinner' job. Spinners are returned when the scheduler still\nhas pending jobs but can't (because of locking) return one right now.\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "TAP::Parser::Scheduler, TAP::Parser::Scheduler::Job\n",
                "subsections": []
            }
        }
    }
}