missing_wait 클래스

이 클래스에 있는 경우에 예약 된 작업에서 throw 한 예외 설명는 task_group 또는 structured_task_group 시 해당 개체를 개체 소멸자를 실행 합니다.소멸자는 스택 해제 예외가 결과로 인해 도달 하면 절대로이 예외가 throw 됩니다.

class missing_wait : public std::exception;

Members

Dd492858.collapse_all(ko-kr,VS.110).gifPublic 생성자

Name

설명

missing_wait::missing_wait 생성자

오버로드.missing_wait 개체를 생성합니다.

설명

예외 흐름이 없으면 해당 개체가 소멸되기 전에 task_group 또는 structured_task_group 개체의 wait 또는 run_and_wait 메서드를 호출해야 합니다.런타임은 wait 또는 run_and_wait 메서드를 호출하지 않았음을 알리기 위해 이 예외를 throw합니다.

상속 계층 구조

exception

missing_wait

요구 사항

헤더: concrt.h

네임 스페이스: 동시성

참고 항목

참조

동시성 네임스페이스

task_group 클래스

task_group::wait 메서드

task_group::run_and_wait 메서드

structured_task_group 클래스

structured_task_group::wait 메서드

structured_task_group::run_and_wait 메서드