Partager via


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é. Le groupe de travail structuré sera annulé lorsque le jeton est annulé.

Notes

Le constructeur qui prend un jeton d'annulation crée un structured_task_group qui sera annulé lorsque la source associée au jeton sera annulée. La fourniture d'un jeton significatif d'annulation empêche également ce groupe de tâches structuré de participer à une annulation implicite d'un groupe parent avec un différent jeton ou sans jeton.

Configuration requise

En-tête : ppl.h

Espace de noms : concurrency

Voir aussi

Référence

structured_task_group, classe

Concepts

Parallélisme des tâches (runtime d'accès concurrentiel)