cancellation_token::none 方法

返回不可能会取消取决于取消标记。

static cancellation_token none();

返回值

无法撤消的取消标记。

备注

none() 标记可显式分配给 task_groupstructured_task_group 阻止父构造的隐式取消发送。在与 run_with_cancellation_token的 conjuction,它可以从上面还用于安全的从意外的取消的临界并行算法。

要求

**标头:**ppl.h

命名空间: 并发

请参见

参考

cancellation_token 类