public static ExecutorService newWorkStealingPool ()

Creates a work-stealing thread pool using the number of available processors as its target parallelism level.

Returns:  the newly created thread pool

See also:
newWorkStealingPool(int)

Since:  1.8