Classes
-
Concurrent
Exclusive Provides task schedulers that coordinate to execute tasks while ensuring that concurrent tasks may run concurrently and exclusive tasks never do.Scheduler Pair -
Task
Async static Provides a set of static methods for configuring task-related behaviors on asynchronous enumerables and disposables.Enumerable Extensions -
Task
Canceled Represents an exception used to communicate task cancellation.Exception -
Task
Completion Represents the producer side of a Task`1 unbound to a delegate, providing access to the consumer side through the Task property.Source`1 -
Task
Extensions static Provides a set of static (Shared in Visual Basic) methods for working with specific kinds of Task instances. -
Task
Scheduler Represents an exception used to communicate an invalid operation by a TaskScheduler.Exception
Assemblies
- netstandard / View namespace in assembly
-
System.
Private. / View namespace in assemblyCore Lib -
System.
Runtime / View namespace in assembly -
System.
Threading. / View namespace in assemblyTasks -
System.
Threading. / View namespace in assemblyTasks. Extensions -
System.
Threading. / View namespace in assemblyTasks. Parallel