| Class | Description |
|---|---|
| DrainUtils |
Copy from Project Reactor.
|
| MpscLinkedQueue<T> |
A multi-producer single consumer unbounded queue.
|
| SpscArrayQueue<E> |
A Single-Producer-Single-Consumer queue backed by a pre-allocated buffer.
|
| SpscLinkedArrayQueue<E> |
A single-producer single-consumer array-backed queue which can allocate new arrays in case the consumer is slower
than the producer.
|
Copyright © 2019–2020 SmallRye. All rights reserved.