ThreadPoolExecutor.prestartAllCoreThreads

Starts all core threads, causing them to idly wait for work. This overrides the default policy of starting core threads only when new tasks are executed.

@return the number of threads started

class ThreadPoolExecutor
int
prestartAllCoreThreads
()

Meta