shajara API
    Preparing search index...

    Interface TrySendSigil<Value, Outcome>

    Sigil that attempts one channel send without blocking.

    interface TrySendSigil<Value, Outcome> {
        "[ECHO_TOKEN]"?: readonly [Option<SendResult<Outcome>>];
        kind: "trySend";
        sender: ChannelSender<Value, Outcome>;
        value: Value;
    }

    Type Parameters

    • Value
    • Outcome

    Hierarchy (View Summary)

    Index

    Properties

    "[ECHO_TOKEN]"?: readonly [Option<SendResult<Outcome>>]
    kind: "trySend"
    value: Value