ThreadPoolExecutor.prestartCoreThread

Starts a core thread, causing it to idly wait for work. This overrides the default policy of starting core threads only when new tasks are executed. This method will return {@code false} if all core threads have already been started.

@return {@code true} if a thread was started

class ThreadPoolExecutor
bool
prestartCoreThread
()

Meta