共用方式為


ForkJoinPool.CommonPool 方法

定義

傳回通用集區實例。

[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

傳回

通用集區實例

屬性

備註

傳回通用集區實例。 此集區是以靜態方式建構的;其執行狀態不受 或的嘗試#shutdown#shutdownNow影響。 不過,此集區和任何進行中的處理都會在程式 System#exit時自動終止。 任何依賴異步工作處理才能完成的程式,都應該在結束之前叫用 commonPool().#awaitQuiescence awaitQuiescence

已在1.8中新增。

java.util.concurrent.ForkJoinPool.commonPool()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於