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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |