shajara API Map
    Preparing search index...

    Interface ScopeRef<Value, Descriptor>

    Reference to one scope and its exit future.

    interface ScopeRef<Value, Descriptor extends ScopeDescriptor = ScopeDescriptor> {
        "[REF_TOKEN]": "scope";
        descriptor: Descriptor;
        exitFuture: FutureKey<Value>;
    }

    Type Parameters

    Index
    "[REF_TOKEN]": "scope"
    descriptor: Descriptor
    exitFuture: FutureKey<Value>

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