ForkJoinPool.CommonPool Method

Definition

Returns the common pool instance.

[Android.Runtime.Register("commonPool", "()Ljava/util/concurrent/ForkJoinPool;", "", ApiSince=24)]
public static Java.Util.Concurrent.ForkJoinPool? CommonPool ();
[<Android.Runtime.Register("commonPool", "()Ljava/util/concurrent/ForkJoinPool;", "", ApiSince=24)>]
static member CommonPool : unit -> Java.Util.Concurrent.ForkJoinPool

Returns

ForkJoinPool

the common pool instance

Attributes

Remarks

Java documentation for java.util.concurrent.ForkJoinPool.commonPool().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to