structured_task_group::cancel Method

Makes a best effort attempt to cancel the sub-tree of work rooted at this task group. Every task scheduled on the task group will get canceled transitively if possible.

void cancel();

Remarks

For more information, see Cancellation in the PPL.

Requirements

Header: ppl.h

Namespace: Concurrency

See Also

Reference

structured_task_group Class