{
    "content": [
        {
            "type": "text",
            "text": "# Concurrent::Actor::AbstractContext (ri)\n\n## Sections\n\n- **Concurrent::Actor::AbstractContext < Object**\n- **Includes:**\n- **Class methods:**\n- **Instance methods:**\n- **Attributes:**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Concurrent::Actor::AbstractContext",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Concurrent::Actor::AbstractContext < Object",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "Includes:",
                "lines": 28,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "Concurrent::Actor::AbstractContext < Object": {
                "content": "------------------------------------------------------------------------",
                "subsections": []
            },
            "Includes:": {
                "content": "(from /home/chedong/.local/share/rdoc)\nTypeCheck\nInternalDelegations\n\n(from /home/chedong/.local/share/rdoc)\n------------------------------------------------------------------------\nNew actor is defined by subclassing {RestartingContext}, {Context} and\ndefining its abstract methods. {AbstractContext} can be subclassed\ndirectly to implement more specific behaviour see {Root} implementation.\n\n* {Context}\n\n> {include:Actor::Context}\n\n* {RestartingContext}.\n\n> {include:Actor::RestartingContext}\n\nExample of ac actor definition:\n\n{include:file:docs-source/actor/define.out.rb}\n\nSee methods of {AbstractContext} what else can be tweaked, e.g\n{AbstractContext#defaultreferenceclass}\n\n@abstract implement {AbstractContext#onmessage} and\n{AbstractContext#behaviourdefinition}\n------------------------------------------------------------------------",
                "subsections": []
            },
            "Class methods:": {
                "content": "spawn\nspawn!\ntospawnoptions\n",
                "subsections": []
            },
            "Instance methods:": {
                "content": "<<\nask\nask!\nbehaviourdefinition\ncore\ndeadletterrouting\ndefaultexecutor\ndefaultreferenceclass\nenvelope\nonenvelope\nonevent\nonmessage\npass\ntell\n",
                "subsections": []
            },
            "Attributes:": {
                "content": "attrreader core\n",
                "subsections": []
            }
        }
    }
}