interface AsyncStreamable<T>
Represents an object that can produce an asynchronous stream of values.
Companion namespace: AsyncStreamable
Implemented by: AsyncStream<T>, Channel.Read<T>
Type parameters
| Name | Description |
|---|---|
| T | the type of elements in the stream |
Methods
asyncStream
Returns an asynchronous stream of values.
asyncStreamDefinition
asyncStream(): AsyncStream<T>;