| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Recycler.EnhancedHandle<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
MpscAtomicIntegerArrayQueue
This implementation is based on MpscAtomicUnpaddedArrayQueue from JCTools.
|
class |
NonStickyEventExecutorGroup
EventExecutorGroup which will preserve Runnable execution order but makes no guarantees about what
EventExecutor (and therefore Thread) will be used to execute the Runnables. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventExecutor.lazyExecute(Runnable task)
Like
Executor.execute(Runnable) but does not guarantee the task will be run until either
a non-lazy task is executed or the executor is shut down. |
Copyright © 2008–2025 The Netty Project. All rights reserved.