Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a cancellation_token object.
cancellation_token(
const cancellation_token& _Src
);
cancellation_token(
cancellation_token&& _Src
);
Parameters
- _Src
The source cancellation_token object.
Remarks
As cancellation_token behaves like a smart pointer, after a copy construction, this object represents the same internal object as _Src does.
Requirements
Header: ppl.h
Namespace: concurrency