Freigeben über


task_options::task_options-Konstruktor (Concurrency Runtime)

Standardliste von Aufgabenerstellungsoptionen

task_options();

task_options(
   cancellation_token _Token
);

task_options(
   task_continuation_context _ContinuationContext
);

task_options(
   cancellation_token _Token,
   task_continuation_context _ContinuationContext
);

template<
   typename _SchedType
>
task_options(
   std::shared_ptr<_SchedType> _Scheduler
);

task_options(
   scheduler_interface& _Scheduler
);

task_options(
   scheduler_ptr _Scheduler
);

task_options(
   const task_options& _TaskOptions
);

Parameter

  • _SchedType

  • _Token

  • _ContinuationContext

  • _Scheduler

  • _TaskOptions

Anforderungen

Header: ppltasks.h

Namespace: Parallelität

Siehe auch

Referenz

task-options-Klasse (Concurrency Runtime)