AsyncIterable

external interface AsyncIterable<out T>(source)

Inheritors

Functions

Link copied to clipboard
open operator fun get(key: Symbol.asyncIterator): () -> AsyncIterator<T>
Link copied to clipboard
open inline operator fun iterator(): SuspendableIterator<T>