invalid_multiple_scheduling クラス

このクラスは task_handle のオブジェクトが中間の呼び出しを使用せずに wait または run_and_wait のメソッドへの task_group または structured_task_group のオブジェクトの run のメソッドを使用して複数回スケジュールされたときにスローされる例外を示します。

class invalid_multiple_scheduling : public std::exception;

メンバー

Dd492794.collapse_all(ja-jp,VS.110).gifパブリック コンストラクター

名前

Description

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

task_group::run_and_wait メソッド

structured_task_group クラス

structured_task_group::run メソッド

structured_task_group::wait メソッド

structured_task_group::run_and_wait メソッド