shajara API
    Preparing search index...

    Interface ChannelSigil<Value, Outcome>

    Sigil that allocates a channel in the current scope.

    interface ChannelSigil<Value, Outcome> {
        "[ECHO_TOKEN]"?: readonly [ChannelHandle<Value, Outcome>];
        capacity: number;
        kind: "channel";
        overloadRewrite: OverloadRewrite<Value>;
    }

    Type Parameters

    • Value
    • Outcome

    Hierarchy (View Summary)

    Index

    Properties

    "[ECHO_TOKEN]"?: readonly [ChannelHandle<Value, Outcome>]
    capacity: number
    kind: "channel"
    overloadRewrite: OverloadRewrite<Value>