cancellation_token::cancellation_token-Konstruktor
Erstellt ein cancellation_token-Objekt.
cancellation_token(
const cancellation_token& _Src
);
cancellation_token(
cancellation_token&& _Src
);
Parameter
- _Src
Das cancellation_token-Quellobjekt.
Hinweise
Während cancellation_token z. B. ein intelligenter Zeiger verhält, nachdem ein Kopien dieses Objekts Konstruktion das gleiche interne Objekt darstellt, das _Src ausführt.
Anforderungen
Header: ppl.h
Namespace: Parallelität