Endo API documentation
Preparing search index...
@endo/stream
AsyncSink
Interface AsyncSink<TValue>
interface
AsyncSink
<
TValue
>
{
put
(
value
:
TValue
|
Promise
<
TValue
>
)
:
void
;
}
Type Parameters
TValue
Hierarchy (
View Summary
)
AsyncSink
AsyncQueue
Index
Methods
put
Methods
put
put
(
value
:
TValue
|
Promise
<
TValue
>
)
:
void
Parameters
value
:
TValue
|
Promise
<
TValue
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
put
Endo API documentation
Loading...