shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
TrySendSigil
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
)
SigilShape
TrySendSigil
Index
Properties
[
ECHO_
TOKEN]?
kind
sender
value
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
Option
<
SendResult
<
Outcome
>
>
]
Readonly
kind
kind
:
"trySend"
Readonly
sender
sender
:
ChannelSender
<
Value
,
Outcome
>
Readonly
value
value
:
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
kind
sender
value
Overview
shajara API
Loading...
Sigil that attempts one channel send without blocking.