public ThreadPool(int threadCount, CancellationToken cancellation)
 {
     this.syncContext = new ThreadPoolSynchronizationContext(this);
     InitThreads(threadCount);
 }
示例#2
0
 public ThreadPool(int threadCount, CancellationToken cancellation)
 {
     this.syncContext = new ThreadPoolSynchronizationContext(this);
     InitThreads(threadCount);
 }