Package | Description |
---|---|
org.apache.maven.plugin.surefire.util.internal |
Modifier and Type | Class and Description |
---|---|
class |
FunkyTwoThreadBlockingQueue
A producer/consumer queue that is optimized for *one* producer thread
and *one* consumer thread, and solely optimized for efficient inserts
by the producer, minimizing producer locking for hand-off to
a second consumer.
|
class |
Java15BlockingQueue |
class |
TwoThreadBlockingQueue
A producer/consumer queue that is optimized for *one* producer thread
and *one* consumer thread, and solely optimized for efficient inserts
by the producer, minimizing producer locking for hand-off to
a second consumer.
|
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.