SchedulerType Enumeration

Used by the SchedulerKind policy to describe the type of threads that the scheduler should utilize for underlying execution contexts. For more information on available scheduler policies, see PolicyElementKey Enumeration.

enum SchedulerType;

Members

Values

Name

Description

ThreadScheduler

Indicates an explicit request of regular Win32 threads.

UmsThreadDefault

Indicates a request for UMS threads if available on the underlying platform; otherwise, regular Win32 threads. Note that if you call the GetPolicyValue method of a SchedulerPolicy object and this value is returned, it is an indication that the underlying platform supports UMS threads and that the policy will create a scheduler utilizing UMS threads.

Requirements

Header: concrt.h

Namespace: Concurrency

See Also

Reference

Concurrency Namespace

SchedulerPolicy Class

PolicyElementKey Enumeration