Exemplo n.º 1
0
 /// <summary>
 /// 链表任务队列
 /// </summary>
 /// <param name="client">SQL 客户端操作</param>
 /// <param name="threadPool">线程池</param>
 internal LinkQueueTask(Client client, AutoCSer.Threading.ThreadPool threadPool)
 {
     this.client     = client;
     this.threadPool = threadPool ?? AutoCSer.Threading.ThreadPool.TinyBackground;
 }