接口 Executor
-
- 类型参数:
Task-
- 所有超级接口:
Closed
- 所有已知实现类:
AbstractExecutor,InChannelExecutor,OutChannelExecutor
public interface Executor extends Closed
执行器- 作者:
- lb
- Date:
- 2023年12月5日
-
-
方法详细资料
-
run
void run(Object task)
执行任务- 参数:
task- 任务
-
-
Task - ClosedAbstractExecutor, InChannelExecutor, OutChannelExecutorpublic interface Executor extends Closed
void run(Object task)
task - 任务