Interface AsyncQueueReader<L>

All Superinterfaces:
AsyncQueue, Reader<L>
All Known Implementing Classes:
AbstractNIOAsyncQueueReader, TCPNIOAsyncQueueReader, UDPNIOAsyncQueueReader

public interface AsyncQueueReader<L> extends Reader<L>, AsyncQueue
The AsyncQueue, which implements asynchronous read queue.
Author:
Alexey Stashok