namespace AsyncStreamable
An object that can create an AsyncStream of elements of type T.
Companion interface: AsyncStreamable<T>
Interfaces
| Name | Description |
|---|---|
AsyncStreamable.NonEmpty<T> | An object that can create a non-empty AsyncStream of elements of type T. |