Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

10 lines
893 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Threading">
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N:System.Threading" /> namespace provides classes and interfaces that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data (<see cref="T:System.Threading.Mutex" />, <see cref="T:System.Threading.Monitor" />, <see cref="T:System.Threading.Interlocked" />, <see cref="T:System.Threading.AutoResetEvent" />, and so on), this namespace includes a <see cref="T:System.Threading.ThreadPool" /> class that allows you to use a pool of system-supplied threads, and a <see cref="T:System.Threading.Timer" /> class that executes callback methods on thread pool threads.</para>
</summary>
</Docs>
</Namespace>