You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.