AsyncGenerator

sealed external class AsyncGenerator<out T, TReturn, in TNext> : AsyncIterator<T> (source)

Functions

Link copied to clipboard
open operator fun get(key: Symbol.asyncIterator): () -> AsyncIterator<T>
Link copied to clipboard
open inline operator override fun iterator(): SuspendableIterator<T>
Link copied to clipboard
abstract fun next(): Promise<IteratorResult<T, *>>
Link copied to clipboard
Link copied to clipboard