共用方式為


structured_task_group::~structured_task_group 解構函式

終結 structured_task_group 物件。 您應在解構函式執行前在物件上呼叫 waitrun_and_wait 方法,除非執行解構函式是因例外狀況而回溯堆疊的結果。

~structured_task_group();

備註

如果解構函式會執行正常性執行的結果 (例如:因為例外狀況而沒有堆疊回溯),而且未呼叫 waitrun_and_wait 方法,解構函式可能會擲回 missing_wait 例外狀況。

需求

標頭: ppl.h

**命名空間:**concurrency

請參閱

參考

structured_task_group 類別

structured_task_group::wait 方法

structured_task_group::run_and_wait 方法