Click or drag to resize

Executors Methods

The Executors type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDefaultExecutor
Creates a new thread pool and returns the executor. Ours does nothing as we use the CLR thread pool.
Public methodStatic memberDefaultScheduledExecutorService
Creates a scheduled executor service that uses the thread pool for task execution.
Public methodStatic memberNewCachedThreadPool
Returns (or creates) a cached thread pool executor.
Public methodStatic memberNewFixedThreadPool
Creates a fixed thread pool executor.
Public methodStatic memberNewMultiThreadedExecutor
Creates an executor tied to an explicit pool of threads.
Public methodStatic memberNewSingleThreadExecutor
Creates a new thread pool and returns the executor.
Top
See Also