- corePoolSize
- the number of threads to keep in the pool, even if they are idle
- threadFactory
- the factory to use when the executor creates a new thread
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if corePoolSize Java.Lang.NullPointerException if threadFactory is null
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.