Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/notifier
ForkableAsyncIterableIterator
Type alias ForkableAsyncIterableIterator<T, TReturn, TNext>
Forkable
Async
Iterable
Iterator
<
T
,
TReturn
,
TNext
>
:
{
[asyncIterator]
(
)
:
ForkableAsyncIterableIterator
<
T
,
TReturn
,
TNext
>
;
fork
(
)
:
ForkableAsyncIterableIterator
<
T
,
TReturn
,
TNext
>
;
}
&
ForkableAsyncIterator
<
T
,
TReturn
,
TNext
>
Type Parameters
T
TReturn
=
any
TNext
=
undefined
Type declaration
[async
Iterator]
:
function
[async
Iterator]
(
)
:
ForkableAsyncIterableIterator
<
T
,
TReturn
,
TNext
>
Returns
ForkableAsyncIterableIterator
<
T
,
TReturn
,
TNext
>
fork
:
function
fork
(
)
:
ForkableAsyncIterableIterator
<
T
,
TReturn
,
TNext
>
Returns
ForkableAsyncIterableIterator
<
T
,
TReturn
,
TNext
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...