System.Threading Namespaces
.NET Framework 4.5
The System.Threading namespaces contain types that enable multithreaded programming. A child namespace provides types that simplify the work of writing concurrent and asynchronous code.
| Namespace | Description |
|---|---|
| System.Threading.Tasks.Dataflow | The System.Threading.Tasks.Dataflow namespace provides an actor-based programming model that supports in-process message passing for coarse-grained dataflow and pipelining tasks.For more information, see Dataflow (Task Parallel Library). |