Returns a cancellation token which can never be subject to cancellation.
static cancellation_token none();
Return Value
A cancellation token that cannot be canceled.
Requirements
Header: pplcancellation_token.h
Namespace: concurrency
Returns a cancellation token which can never be subject to cancellation.
static cancellation_token none();
A cancellation token that cannot be canceled.
Header: pplcancellation_token.h
Namespace: concurrency