All Classes and Interfaces
Class
Description
An asynchronous generator interface that allows generating asynchronous elements.
Represents a data element in the AsyncGenerator.
An asynchronous generator decorator that allows to generators composition embedding other generators.
An asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.
Represents a queue-based asynchronous generator.
Inner class to generate asynchronous elements from the queue.
Provides methods for converting between
FlowGenerator
and various Flow.Publisher
types.A
GeneratorPublisher
is a Flow.Publisher
that
generates items from an asynchronous generator.Represents a subscriber for generating asynchronous data streams.