次の方法で共有


invalid_multiple_scheduling クラス

このクラスは、task_group オブジェクトまたは structured_task_group オブジェクトの run メソッドを使用して task_handle オブジェクトが複数回スケジュールされた場合、間に wait メソッドまたは run_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

参照

参照

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 メソッド