transferum
Preparing search index...
AsyncOutputFlowInterface
Interface AsyncOutputFlowInterface<T>
Asynchronous read-only flow — yields data via async read().
interface
AsyncOutputFlowInterface
<
T
>
{
read
()
:
Promise
<
T
|
undefined
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
AsyncOutputFlowInterface
AsyncIOFlowInterface
Index
Methods
read
Methods
read
read
()
:
Promise
<
T
|
undefined
>
Returns
Promise
<
T
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
transferum
Loading...
Asynchronous read-only flow — yields data via async read().