Uses of Class
org.bsc.async.AsyncGenerator.Base
Packages that use AsyncGenerator.Base
-
Uses of AsyncGenerator.Base in org.bsc.async
Subclasses of AsyncGenerator.Base in org.bsc.asyncModifier and TypeClassDescriptionstatic class
static class
An asynchronous generator decorator that allows to generators composition embedding other generators.static class
An asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.static class
Inner class to generate asynchronous elements from the queue.