Package org.aoju.bus.core.thread
Class ExecutorService
java.lang.Object
java.util.concurrent.AbstractExecutorService
org.aoju.bus.core.thread.DelegatedService
org.aoju.bus.core.thread.ExecutorService
- All Implemented Interfaces:
AutoCloseable,Executor,ExecutorService
保证ExecutorService在对象回收时正常结束
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Methods inherited from class org.aoju.bus.core.thread.DelegatedService
awaitTermination, execute, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitMethods inherited from class java.util.concurrent.AbstractExecutorService
newTaskFor, newTaskForMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.ExecutorService
close
-
Method Details
-
finalize
-