Skip to content

QueueAsyncProcessor

ikopylov edited this page Dec 26, 2014 · 7 revisions

Qoollo QueueAsyncProcessor

One of the most common scenario for parallel data processing is to put that data to the thread-safe blocking queue and later take and process them in multiple threads. If you want to implement this pattern then QueueAsyncProcessor is right what you need.

Clone this wiki locally