Uses of Class
io.netty5.util.internal.UnstableApi
-
Packages that use UnstableApi Package Description io.netty5.util.concurrent Utility classes for concurrent / async tasks.io.netty5.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of UnstableApi in io.netty5.util.concurrent
Classes in io.netty5.util.concurrent with annotations of type UnstableApi Modifier and Type Class Description classNonStickyEventExecutorGroupEventExecutorGroupwhich will preserveRunnableexecution order but makes no guarantees about whatEventExecutor(and thereforeThread) will be used to execute theRunnables.Methods in io.netty5.util.concurrent with annotations of type UnstableApi Modifier and Type Method Description booleanFastThreadLocalThread. willCleanupFastThreadLocals()static booleanFastThreadLocalThread. willCleanupFastThreadLocals(Thread thread) -
Uses of UnstableApi in io.netty5.util.internal
Classes in io.netty5.util.internal with annotations of type UnstableApi Modifier and Type Class Description interfaceUnsafeAccessMarker annotation for internal Netty classes that gives them permission to directly access theUnsafeinstance, if available.
-