Unit 'gisthreadpool' Package
[Overview][Types][Classes][Variables][Index] [#pl_geogis]

TThreadPool

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gisthreadpool.pas line 70

type TThreadPool = class

public

  class procedure Init;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Add();

  

  procedure Execute;

  

  procedure Terminate;

  

  property Running: Boolean; [rw]

  

  property CriticalSection: TCriticalSection; [r]

  

  property JobCount []: Integer; [r]

  

  property JobExists []: Boolean; [r]

  

  property JobsCount: Integer; [r]

  

end;

Inheritance

TThreadPool

  

|

TObject



CT Web help

CodeTyphon Studio