Minor cosmetic improvements
git-svn-id: file:///srv/devel/repo-conversion/nusu@324 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
52401a43ac
commit
3a945f5d48
3 changed files with 9 additions and 9 deletions
|
|
@ -39,7 +39,7 @@ namespace Nuclex.Support {
|
|||
/// inside the thread pool because the limited available threads will become
|
||||
/// congested quickly. It is encouraged to use this class in parallel with
|
||||
/// .NET's own thread pool, putting tasks that can block into the .NET thread
|
||||
/// pool and task that perform pure processing into the affine thread pool.
|
||||
/// pool and tasks that perform pure processing into the affine thread pool.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Implementation based on original code provided by Stephen Toub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue