[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpthreadpool.pp line 282
type TFPSimpleThreadPool = class(TFPCustomSimpleThreadPool) |
public |
property MinThreads: Word; |
property MaxThreads: Word; |
property AddTimeout: Cardinal; |
property QueueTasks: Boolean; |
property BusyThreadCount: Word; |
property IdleThreadCount: Word; |
property ThreadCount: Word; |
property AutoCheckQueuedInterval: Integer; |
end; |
| |
| |
TObject |