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.
An object of the Scheduler class can only created using factory methods, or implicitly.
Scheduler();
Remarks
The process' default scheduler is created implicitly when you utilize many of the runtime functions which require a scheduler to be attached to the calling context. Methods within the CurrentScheduler class and features of the PPL and agents layers typically perform implicit attachment.
You can also create a scheduler explicitly through either the CurrentScheduler::Create method or the Scheduler::Create method.
Requirements
Header: concrt.h
Namespace: Concurrency