shajara API
    Preparing search index...

    Interface ExecutionScopeRef<Relic>

    Scope reference accepted by executor controls.

    interface ExecutionScopeRef<Relic> {
        "[REF_TOKEN]": "scope";
        "[SCOPE_REF_TOKEN]": "execution-scope";
        descriptor: Descriptor;
        exitFuture: FutureKey<Relic>;
    }

    Type Parameters

    • Relic

    Hierarchy (View Summary)

    Index

    Properties

    "[REF_TOKEN]": "scope"
    "[SCOPE_REF_TOKEN]": "execution-scope"
    descriptor: Descriptor
    exitFuture: FutureKey<Relic>

    Scope convergence result; its failure side is limited to cancellation or scope failure.