Package io.netty.util.concurrent
Class FastThreadLocalRunnable
- java.lang.Object
-
- io.netty.util.concurrent.FastThreadLocalRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
final class FastThreadLocalRunnable extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Runnable
runnable
-
Constructor Summary
Constructors Modifier Constructor Description private
FastThreadLocalRunnable(java.lang.Runnable runnable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
(package private) static java.lang.Runnable
wrap(java.lang.Runnable runnable)
-