Share via


ForkJoinPool.AsyncMode Property

Definition

Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.

public virtual bool AsyncMode { [Android.Runtime.Register("getAsyncMode", "()Z", "GetGetAsyncModeHandler")] get; }
[<get: Android.Runtime.Register("getAsyncMode", "()Z", "GetGetAsyncModeHandler")>]
member this.AsyncMode : bool

Property Value

true if this pool uses async mode

Attributes

Remarks

Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.

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

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