invalid_multiple_scheduling 클래스

이 클래스는 task_handle 개체가 wait 또는 run_and_wait 메서드 호출에 지장을 주지 않고 task_group 또는 structured_task_group 개체의 run 메서드를 통해 예약될 때 throw되는 예외를 설명합니다.

class invalid_multiple_scheduling : public std::exception;

멤버

Public 생성자

Name

설명

invalid_multiple_scheduling::invalid_multiple_scheduling 생성자

오버로드되는 이 메서드는 invalid_multiple_scheduling 개체를 생성합니다.

상속 계층 구조

exception

invalid_multiple_scheduling

요구 사항

헤더: concrt.h

네임스페이스: 동시성

참고 항목

참조

동시성 네임스페이스

task_handle 클래스

task_group 클래스

task_group::run 메서드

task_group::wait 메서드

structured_task_group 클래스

structured_task_group::run 메서드

structured_task_group::wait 메서드

기타 리소스

task_group::run_and_wait 메서드

structured_task_group::run_and_wait 메서드