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
Type declaration
[async
Iterator]
:
(
(
)
=>
ForkableAsyncIterator
<
T
,
TReturn
,
TNext
>
)
(
)
:
ForkableAsyncIterator
<
T
,
TReturn
,
TNext
>
Returns
ForkableAsyncIterator
<
T
,
TReturn
,
TNext
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
An AsyncIterable that produces ForkableAsyncIterators.