shajara API
Overview
Preparing search index...
@shajara/kernel
sigils
PollSigil
Interface PollSigil<Result>
Sigil that observes a future without blocking.
interface
PollSigil
<
Result
>
{
"[ECHO_TOKEN]"
?:
readonly
[
Option
<
FutureResult
<
Result
>
>
]
;
future
:
FutureKey
<
Result
>
;
kind
:
"poll"
;
}
Type Parameters
Result
Hierarchy (
View Summary
)
SigilShape
PollSigil
Index
Properties
[
ECHO_
TOKEN]?
future
kind
Properties
Optional
Readonly
[
ECHO_
TOKEN]
"[ECHO_TOKEN]"
?:
readonly
[
Option
<
FutureResult
<
Result
>
>
]
Readonly
future
future
:
FutureKey
<
Result
>
Readonly
kind
kind
:
"poll"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[
ECHO_
TOKEN]
future
kind
Overview
shajara API
Loading...
Sigil that observes a future without blocking.