All Classes
-
All Classes Interface Summary Class Summary Class Description AsyncGenerator<E> An asynchronous generator interface that allows generating asynchronous elements.AsyncGenerator.Data<E> Represents a data element in the AsyncGenerator.AsyncGenerator.Embed<E> AsyncGenerator.EmbedCompletionHandler AsyncGenerator.WithEmbed<E> An asynchronous generator decorator that allows to generators composition embedding other generators.AsyncGenerator.WithResult<E> An asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.AsyncGeneratorQueue Represents a queue-based asynchronous generator.AsyncGeneratorQueue.Generator<E> Inner class to generate asynchronous elements from the queue.