Java.Util.Concurrent.ForkJoinPool: Constructor Members

The constructors of Java.Util.Concurrent.ForkJoinPool are listed below. For a list of all members, see the ForkJoinPool Members list.

See Also: Inherited members from Java.Util.Concurrent.AbstractExecutorService

Public Constructors

Creates a ForkJoinPool with parallelism equal to Java.Lang.Runtime.AvailableProcessors, using the ForkJoinPool.DefaultForkJoinWorkerThreadFactory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
Creates a ForkJoinPool with the indicated parallelism level, the ForkJoinPool.DefaultForkJoinWorkerThreadFactory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
Creates a ForkJoinPool with the given parameters.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.