public interface EventloopExecutor extends Executor
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<T> |
submit(AsyncCallable<T> asyncCallable) |
<T> CompletableFuture<T> |
submit(Callable<T> callable) |
CompletableFuture<Void> |
submit(Runnable runnable) |
CompletableFuture<Void> submit(Runnable runnable)
<T> CompletableFuture<T> submit(Callable<T> callable)
<T> CompletableFuture<T> submit(AsyncCallable<T> asyncCallable)
Copyright © 2019. All rights reserved.