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()
タスクを実行する
|
void |
runTasks(int max)
タスクを実行する
|
public void execute(@NotNull
@NotNull java.lang.Runnable command)
execute in interface java.util.concurrent.Executorpublic void runTasks()
public void runTasks(int max)
max - 実行する最大タスク数public int getTaskCount()