public class InvokeExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Constructor and Description |
|---|
InvokeExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(@NotNull java.lang.Runnable command) |
int |
getTaskCount()
現在の実行待ちタスクの数
|
void |
runTasks()
タスクを実行する
|