Top Fields Constructors Methods
io.netty.util.concurrent

pack-priv final Class FastThreadLocalRunnable

extends Object
implements Runnable
Class Inheritance
All Implemented Interfaces
java.lang.Runnable
Imports
io.netty.util.internal.ObjectUtil

Field Summary

Modifier and TypeField and Description
private final Runnable

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public void
run()

Implements java.lang.Runnable.run.

Runs this operation.
pack-priv static Runnable
wrap(Runnable runnable)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

runnableback to summary
private final Runnable runnable

Constructor Detail

FastThreadLocalRunnableback to summary
private FastThreadLocalRunnable(Runnable runnable)

Method Detail

runback to summary
public void run()

Implements java.lang.Runnable.run.

Doc from java.lang.Runnable.run.

Runs this operation.

Annotations
@Override
wrapback to summary
pack-priv static Runnable wrap(Runnable runnable)