shajara API
    Preparing search index...

    Interface ProcessRef<Value, Descriptor>

    Control reference for one process and its convergence future.

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

    Type Parameters

    Index

    Properties

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