語言

ForkJoinPool.CommonPoolParallelism 屬性

定義

回傳公共池的目標平行度等級。

public static int CommonPoolParallelism { [Android.Runtime.Register("getCommonPoolParallelism", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getCommonPoolParallelism", "()I", "", ApiSince=24)>]
static member CommonPoolParallelism : int

屬性值

公共池的目標平行性水準

屬性

備註

回傳公共池的目標平行度等級。

新增於1.8版本。

Java 文件 java.util.concurrent.ForkJoinPool.getCommonPoolParallelism()。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於