cancellation_token::none Method

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

See Also

Reference

cancellation_token Class