Class FastThreadLocalRunnable

java.lang.Object
io.netty.util.concurrent.FastThreadLocalRunnable
All Implemented Interfaces:
Runnable

final class FastThreadLocalRunnable extends Object implements Runnable
  • Field Details

    • runnable

      private final Runnable runnable
  • Constructor Details

    • FastThreadLocalRunnable

      private FastThreadLocalRunnable(Runnable runnable)
  • Method Details