public interface Worker extends Runnable
Worker
is responsible to dispatch IO operationsModifier and Type | Method and Description |
---|---|
void |
executeInIoThread(Runnable task)
Execute the given
Runnable in the IO-Thread. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.