e need a queue container holding multiple objects awaiting processing. Our
principal concern is the situation of high intensity processing when several
threads are frequently accessing such a queue. We would like to do it without
blocking these threads. Such a goal is accomplished by the presented here
NonBlockingQueue class.
|