- threadFactory
- the factory to use when creating new threads
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if threadFactory is null
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available, and uses the provided ThreadFactory to create new threads when needed.