public interface EventLoopExecutor
| Modifier and Type | Method and Description |
|---|---|
Future |
executeInEventLoop(java.lang.Runnable runnable)
Execute a task using an event loop.
|
Future executeInEventLoop(java.lang.Runnable runnable)
runnable - a task to executeCopyright © 2015 Whizzo Software LLC. All rights reserved.