public abstract class OneTimeTask extends Object implements Runnable
Runnable
which represent a one time task which may allow the EventExecutor
to reduce the amount of
produced garbage when queue it for execution.
It is important this will not be reused. After submitted it is not allowed to get submitted again!Copyright © 2008–2014 The Netty Project. All rights reserved.