| [Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazcollections.pas line 41
type generic TLazThreadedQueue <T>= class |
||
public |
||
constructor create(); |
|
|
destructor Destroy; override; |
|
|
procedure Grow(); |
|
|
function PushItem(); |
|
|
function PopItem(); |
|
|
function PopItemTimeout(); |
|
|
procedure DoShutDown; |
|
|
|
||
property TotalItemsPopped: QWord; [r] |
|
|
property TotalItemsPushed: QWord; [r] |
|
|
property ShutDown: Boolean; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |