Package org.bsc.async

Class AsyncGeneratorQueue.Generator<E>

  • Type Parameters:
    E - the type of elements in the queue
    All Implemented Interfaces:
    Iterable<E>, AsyncGenerator<E>
    Enclosing class:
    AsyncGeneratorQueue

    public static class AsyncGeneratorQueue.Generator<E>
    extends Object
    implements AsyncGenerator<E>
    Inner class to generate asynchronous elements from the queue.