cancelAll
설명
cancelAll(
는 지정된 풀에서 대기 중이거나 실행 중인 모든 요소를 중지합니다. p.FevalQueue
)
예제
풀에서 실행 중인 모든 함수 중지하기
병렬 풀을 만듭니다.
pool = parpool;
Starting parallel pool (parpool) using the 'Processes' profile ... Connected to the parallel pool (number of workers: 6).
parfeval
을 사용하여 pause(Inf)
를 실행하고 출력값을 확인하지는 않습니다.
f = parfeval(pool,@pause,0,Inf);
풀에서 대기 중인 함수와 실행 중인 함수의 상태를 확인합니다.
pool.FevalQueue
ans = FevalQueue with properties: QueuedFutures: [0x0 parallel.FevalFuture] RunningFutures: [1x1 parallel.FevalFuture]
cancelAll
을 사용하여 FevalQueue
에서 모든 Futures
를 중지합니다.
cancelAll(pool.FevalQueue) pool.FevalQueue
ans = FevalQueue with properties: QueuedFutures: [0x0 parallel.FevalFuture] RunningFutures: [0x0 parallel.FevalFuture]
입력 인수
p.FevalQueue
— 백그라운드 풀에서 실행할 FevalFuture
객체의 대기열
FevalFuture
스칼라 | FevalFuture
배열
백그라운드 풀에서 실행할 FevalFuture
객체의 대기열로, FevalFuture
스칼라와 FevalFuture
배열로 지정됩니다.
확장 기능
스레드 기반 환경
MATLAB®의 backgroundPool
을 사용해 백그라운드에서 코드를 실행하거나 Parallel Computing Toolbox™의 ThreadPool
을 사용해 코드 실행 속도를 높일 수 있습니다.
이 함수는 스레드 기반 환경을 완전히 지원합니다. 자세한 내용은 스레드 기반 환경에서 MATLAB 함수 실행하기 항목을 참조하십시오.
버전 내역
R2022a에 개발됨
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)