Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/notifier
ForkableAsyncIterable
Type Alias ForkableAsyncIterable<T, TReturn, TNext>
Forkable
Async
Iterable
<
T
,
TReturn
,
TNext
>
:
{
[asyncIterator]
:
(
(
)
=>
ForkableAsyncIterator
<
T
,
TReturn
,
TNext
>
)
;
}
An AsyncIterable that produces ForkableAsyncIterators.
Type Parameters
T
TReturn
=
any
TNext
=
undefined
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
An AsyncIterable that produces ForkableAsyncIterators.