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>, AsyncGenerator.Cancellable<E>, AsyncGenerator.IsCancellable
Enclosing class:
AsyncGeneratorQueue

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