Package org.bsc.async
-
Interface Summary Interface Description AsyncGenerator<E> An asynchronous generator interface that allows generating asynchronous elements.AsyncGenerator.EmbedCompletionHandler -
Class Summary Class Description AsyncGenerator.Data<E> Represents a data element in the AsyncGenerator.AsyncGenerator.Embed<E> 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.