xtd 0.2.0
Loading...
Searching...
No Matches

◆ none

cancellation_token xtd::threading::cancellation_token::none
static

Represents an empty xtd::threading::cancellation_token value.

Remarks
The cancellation token returned by this property cannot be canceled; that is, its xtd::cancellation_token::can_be_canceled property is false.
Two empty cancellation tokens are always equal.