-
大小: 0.14M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-14
- 語言: C#
- 標(biāo)簽: thread??threadpool??
資源簡介
代碼片段和文件信息
//?Stephen?Toub
//?stoub@microsoft.com
//?
//?ManagedThreadPool.cs
//?ThreadPool?written?in?100%?managed?code.??Mimics?the?core?functionality?of
//?the?System.Threading.ThreadPool?class.
//
//?HISTORY:
//?v1.0.1?-?Disposes?of?items?remaining?in?queue?when?the?queue?is?emptied
// ??-?Catches?errors?thrown?during?execution?of?delegates
// ??-?Added?reset?to?semaphore?called?during?empty?queue
// ??-?Catches?errors?when?unable?to?dequeue?delegates
//?v1.0.0?-?Original?version
//?
//?August?27?2002
//?v1.0.1
//?http://www.gotdotnet.com/community/usersamples/Default.aspx?query=ManagedThreadPool
#region?Namespaces
using?System;
using?System.Threading;
using?System.Collections;
#endregion
namespace?Toub.Threading
{
????///?Implementation?of?Dijkstra‘s?P
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1141??2010-11-12?15:23??ParallelApp.sln
????..A..H.?????23040??2010-11-12?19:29??ParallelApp.suo
?????文件??????64000??2010-11-12?15:21??Assemblies\SmartThreadPool.dll
?????文件????????144??2010-11-12?15:24??ParallelApp\app.config
?????文件??????12800??2010-11-12?19:19??ParallelApp\bin\Debug\ParallelApp.exe
?????文件????????144??2010-11-12?15:24??ParallelApp\bin\Debug\ParallelApp.exe.config
?????文件??????34304??2010-11-12?19:19??ParallelApp\bin\Debug\ParallelApp.pdb
?????文件??????11600??2010-11-12?19:20??ParallelApp\bin\Debug\ParallelApp.vshost.exe
?????文件????????144??2010-11-12?15:24??ParallelApp\bin\Debug\ParallelApp.vshost.exe.config
?????文件????????490??2010-03-17?22:39??ParallelApp\bin\Debug\ParallelApp.vshost.exe.manifest
?????文件??????64000??2010-11-12?15:21??ParallelApp\bin\Debug\SmartThreadPool.dll
?????文件??????12288??2010-11-12?22:45??ParallelApp\bin\Release\ParallelApp.exe
?????文件????????144??2010-11-12?15:24??ParallelApp\bin\Release\ParallelApp.exe.config
?????文件??????28160??2010-11-12?22:45??ParallelApp\bin\Release\ParallelApp.pdb
?????文件??????11600??2010-11-12?22:45??ParallelApp\bin\Release\ParallelApp.vshost.exe
?????文件????????144??2010-11-12?15:24??ParallelApp\bin\Release\ParallelApp.vshost.exe.config
?????文件????????490??2010-03-17?22:39??ParallelApp\bin\Release\ParallelApp.vshost.exe.manifest
?????文件??????64000??2010-11-12?15:21??ParallelApp\bin\Release\SmartThreadPool.dll
?????文件??????12139??2010-11-12?19:02??ParallelApp\ManagedThreadPool.cs
?????文件???????5896??2010-11-12?19:29??ParallelApp\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????787??2010-11-12?19:20??ParallelApp\obj\x86\Debug\ParallelApp.csproj.FileListAbsolute.txt
?????文件??????12800??2010-11-12?19:19??ParallelApp\obj\x86\Debug\ParallelApp.exe
?????文件??????34304??2010-11-12?19:19??ParallelApp\obj\x86\Debug\ParallelApp.pdb
?????文件???????8605??2010-11-12?15:23??ParallelApp\obj\x86\Debug\ResolveAssemblyReference.cache
?????文件???????5900??2010-11-12?22:45??ParallelApp\obj\x86\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????801??2010-11-12?22:45??ParallelApp\obj\x86\Release\ParallelApp.csproj.FileListAbsolute.txt
?????文件??????12288??2010-11-12?22:45??ParallelApp\obj\x86\Release\ParallelApp.exe
?????文件??????28160??2010-11-12?22:45??ParallelApp\obj\x86\Release\ParallelApp.pdb
?????文件???????2683??2010-11-12?15:24??ParallelApp\ParallelApp.csproj
?????文件???????1354??2010-06-29?19:49??ParallelApp\Properties\AssemblyInfo.cs
............此處省略16個文件信息
評論
共有 條評論