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