CompletableFuture.DefaultExecutor Method

Definition

Returns the default Executor used for async methods that do not specify an Executor.

[Android.Runtime.Register("defaultExecutor", "()Ljava/util/concurrent/Executor;", "GetDefaultExecutorHandler", ApiSince=31)]
public virtual Java.Util.Concurrent.IExecutor? DefaultExecutor ();
[<Android.Runtime.Register("defaultExecutor", "()Ljava/util/concurrent/Executor;", "GetDefaultExecutorHandler", ApiSince=31)>]
abstract member DefaultExecutor : unit -> Java.Util.Concurrent.IExecutor
override this.DefaultExecutor : unit -> Java.Util.Concurrent.IExecutor

Returns

IExecutor

the executor

Attributes

Remarks

Java documentation for java.util.concurrent.CompletableFuture.defaultExecutor().

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