Module async.generator
Package org.bsc.async
package org.bsc.async
-
ClassDescriptionAn 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 variousFlow.Publisher
types.