共用方式為


invalid_multiple_scheduling 類別

這個類別描述透過 task_groupstructured_task_group 物件的 run 方法多次排程 task_handle 物件時擲回例外狀況,而不中間變更呼叫 waitrun_and_wait 方法。

class invalid_multiple_scheduling : public std::exception;

成員

公用建構函式

名稱

描述

invalid_multiple_scheduling::invalid_multiple_scheduling 建構函式

多載。 建構 invalid_multiple_scheduling 物件。

繼承階層架構

exception

invalid_multiple_scheduling

需求

標頭: concrt.h

**命名空間:**並行

請參閱

參考

Concurrency 命名空間

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 方法