cancellation_token_source::create_linked_source 方法
會建立cancellation_token_source ,這會取消時輸入的語彙基元會取消。
static cancellation_token_source create_linked_source(
cancellation_token& _Src
);
template<
typename _Iter
>
static cancellation_token_source create_linked_source(
_Iter_Begin,
_Iter_End
);
參數
_Iter
_Src
語彙基元的取消通知將導致取消傳回語彙基元的來源。您可以取消獨立於傳入的語彙基元的語彙基元來源傳回語彙基元的來源。_Begin
若要連結至的語彙基元的範圍中第一個語彙基元位置。_End
第一個語彙基元超出範圍的語彙基元,若要連結至的位置。
傳回值
A cancellation_token_source而取消取消在語彙基元所提供的輸入時。
備註
根據預設, cancellation_token控制其相關聯的cancellation_token_source。使用這個方法,當您想要從其中一個取消分階執行cancellation_token到另一個cancellation_token_source和其相關聯的取消通知語彙基元。
可接受的 iterator 範圍中,這個方法的版本將會建立cancellation_token_source連結至所有cancellation_tokens 落於上述的 interater 範圍。
需求
標頭: ppl.h
Namespace: 並行存取