1、常用的相关的接口
Callable、(Runnable)、Futrue、RunnableFuture、RunnableSheduledFuture、ScheduledFuture、Executor 、ExecutorService、ScheduledExecutorService
一、Callable
二、Runnable
三、RunnableFuture
四、RunnableScheduledFutrue
五、ScheduledFutrue
六、Delayed
七、Executor
七、ExecutorService
八、ScheduledExecutorService