摘要:
// Written by 詠南工作室(陳新光) 2009-06-28 11:13:44//線程池unit Ut_CustomThread;interfaceuses Classes, SysUtils, SyncObjs, Windows;Type //基本线程类 TBaseThread = class; //线程错误处理类 EThreadException = class(Exception); //线程等待错误处理类 EThreadTerminateAndWaitFor = class(EThreadException); //线程停止模式 TThreadStopMode = (smTe 阅读全文