structured_task_group::structured_task_group, constructeur
Construit un nouvel objet structured_task_group.
structured_task_group();
structured_task_group(
cancellation_token _CancellationToken
);
Paramètres
- _CancellationToken
Un jeton d'annulation à associer à ce groupe de tâches structurés.Le groupe de tâches structurés est annulé lorsque le jeton est annulé.
Notes
Le constructeur qui prend un jeton d'annulation crée structured_task_group qui est annulé lorsque la source associée au jeton est annulée.La fourniture d'un jeton explicite d'annulation isole également ce groupe de tâches structurés d'une annulation implicite d'un groupe parent avec un autre jeton ou aucun jeton.
Configuration requise
En-tête : ppl.h
Accès concurrentiel del'espace de noms :