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