shajara API Map
    Preparing search index...

    Interface ProcessRef<Value, Descriptor>

    Reference to one process and its exit future.

    interface ProcessRef<
        Value,
        Descriptor extends ProcessDescriptor = ProcessDescriptor,
    > {
        "[REF_TOKEN]": "process";
        descriptor: Descriptor;
        exitFuture: FutureKey<Value>;
    }

    Type Parameters

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