Class | Description |
---|---|
MpscLinkedQueue<T> |
A multi-producer single consumer unbounded queue.
|
SpscArrayQueue<E> |
A Single-Producer-Single-Consumer queue backed by a pre-allocated buffer.
|
SpscLinkedArrayQueue<T> |
A single-producer single-consumer array-backed queue which can allocate new arrays in case the consumer is slower
than the producer.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.