public interface AsyncExecutor
Executor, but in asynchronous world. The
difference from Executor is that checked exceptions are not treated
differently then runtime ones.| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
execute(AsyncRunnable command) |
void execute(AsyncRunnable command) throws java.lang.Throwable
java.lang.Throwable