Share via


ForkJoinPool.Factory Property

Definition

Returns the factory used for constructing new workers.

public virtual Java.Util.Concurrent.ForkJoinPool.IForkJoinWorkerThreadFactory? Factory { [Android.Runtime.Register("getFactory", "()Ljava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;", "GetGetFactoryHandler")] get; }
[<get: Android.Runtime.Register("getFactory", "()Ljava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;", "GetGetFactoryHandler")>]
member this.Factory : Java.Util.Concurrent.ForkJoinPool.IForkJoinWorkerThreadFactory

Property Value

the factory used for constructing new workers

Attributes

Remarks

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

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