Interface AbstractEventExecutor.LazyRunnable

All Superinterfaces:
Runnable
All Known Subinterfaces:
SingleThreadEventExecutor.NonWakeupRunnable
Enclosing class:
AbstractEventExecutor

@Deprecated public static interface AbstractEventExecutor.LazyRunnable extends Runnable
Deprecated.
override SingleThreadEventExecutor.wakesUpForTask(Runnable) to re-create this behaviour
  • Method Summary

    Methods inherited from interface Runnable

    run