protected static interface SingleThreadEventExecutor.NonWakeupRunnable extends Runnable
Runnable
to indicate that it should be queued for execution
but does not need to run immediately. The default implementation of
SingleThreadEventExecutor.wakesUpForTask(Runnable)
uses this to avoid waking up
the EventExecutor
thread when not necessary.Copyright © 2008–2019 The Netty Project. All rights reserved.