Package io.netty.util.concurrent
Interface AbstractEventExecutor.LazyRunnable
-
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
SingleThreadEventExecutor.NonWakeupRunnable
- Enclosing class:
- AbstractEventExecutor
@UnstableApi public static interface AbstractEventExecutor.LazyRunnable extends Runnable
Marker interface forRunnable
to indicate that it should be queued for execution but does not need to run immediately.