Class ProcessingQueue<T>


  • public class ProcessingQueue<T>
    extends Object
    Allows to submit data to be processed on another thread, allowing for batch processing if there are more elements in the queue.
    Author:
    carcassi
    • Method Detail

      • submit

        public void submit​(T data)