structured_task_group::~structured_task_group 소멸자

structured_task_group 개체를 소멸시킵니다.예외로 인한 스택 해제의 결과로 소멸자가 실행되지 않는 경우 소멸자 실행 전에 개체에서 wait 또는 run_and_wait 메서드를 호출해야 합니다.

~structured_task_group();

설명

정상적인 실행 (예외 때문에 예를 들어, 없는 스택 해제) 및 다 결과로 소멸자가 실행 하는 경우는 waitrun_and_wait 메서드 호출 하 고 소멸자에서 throw 될 수는 missing_wait 예외.

요구 사항

헤더: ppl.h

네임 스페이스: 동시성

참고 항목

참조

structured_task_group 클래스

structured_task_group::wait 메서드

structured_task_group::run_and_wait 메서드