文件名称:threadpool
介绍说明--下载内容均来自于网络,请自行研究使用
delphi的线程池操作,用例是由1开始数数,数至规定数,线程结束时候会自动搜索后备队列中是否还有其他任务,直到任务全部完成。带有详细的日志记录功能,方便初学者学习。-delphi thread pool operation, use case 1 began to count, the number to the specified number, thread the end will automatically search the backlog, whether there are other tasks until the task is completed. With detailed logging features, easy for beginners to learn.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
线程池\CriticalSection.dcu
......\CriticalSection.pas
......\main.dcu
......\main.dfm
......\main.pas
......\main.~dfm
......\main.~pas
......\Mythreadpool.dcu
......\Mythreadpool.pas
......\Mythreadpool.~pas
......\Project.cfg
......\Project.dof
......\Project.dpr
......\Project.exe
......\Project.opt
......\Project.res
......\Project.~dpr
......\RecvCommDataWorkItem.dcu
......\thread.log
......\WorkItem.dcu
......\WorkItem.pas
......\WorkItem.~pas
线程池