标签:
Executor
, ExecutorService
,
ScheduledExecutorService
,
ThreadFactory
,
and Callable
classes defined in this package. This class supports the following kinds of
methods:
ExecutorService
set up with commonly useful configuration settings.
ScheduledExecutorService
set up with commonly useful configuration settings.
ThreadFactory
that sets newly created threads to a known state.
Callable
out
of other closure-like forms, so they can be used in execution methods requiring
Callable
. 标签:
原文地址:http://www.cnblogs.com/xxdfly/p/5635793.html