다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상