C# (CSharp) System.Threading.Tasks.Schedulers Namespace

Classes

Name Description
ConcurrentExclusiveInterleave
ConcurrentExclusiveInterleave.ConcurrentExclusiveInterleaveDebugView Provides a debug view for ConcurrentExclusiveInterleave.
ConcurrentExclusiveInterleave.ConcurrentExclusiveTaskScheduler A scheduler shim used to queue tasks to the interleave and execute those tasks on request of the interleave.
LimitedConcurrencyLevelTaskScheduler Provides a task scheduler that ensures a maximum concurrency level while running on top of the ThreadPool. This is a sample from MSDN - http://msdn.microsoft.com/ru-ru/library/ee789351.aspx
OrderedTaskScheduler Provides a task scheduler that ensures only one task is executing at a time, and that tasks execute in the order that they were queued.