![]() | Executors Methods |
The Executors type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DefaultExecutor |
Creates a new thread pool and returns the executor. Ours does
nothing as we use the CLR thread pool.
|
![]() ![]() | DefaultScheduledExecutorService |
Creates a scheduled executor service that uses the thread pool for task execution.
|
![]() ![]() | NewCachedThreadPool |
Returns (or creates) a cached thread pool executor.
|
![]() ![]() | NewFixedThreadPool |
Creates a fixed thread pool executor.
|
![]() ![]() | NewMultiThreadedExecutor |
Creates an executor tied to an explicit pool of threads.
|
![]() ![]() | NewSingleThreadExecutor |
Creates a new thread pool and returns the executor.
|