| Package | Description |
|---|---|
| io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MpscAtomicIntegerArrayQueue.fill(int limit,
IntSupplier supplier) |
int |
MpscIntQueue.fill(int limit,
IntSupplier supplier)
Add up to the given limit of elements to this queue, from the given supplier.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.