Changeset 60 for trunk/ThreadEx.pas
- Timestamp:
- Apr 7, 2024, 11:26:09 PM (19 months ago)
- File:
-
- 1 moved
-
trunk/ThreadEx.pas (moved) (moved from trunk/UThreadEx.pas ) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ThreadEx.pas
r59 r60 1 1 // Date: 2011-02-01 2 2 3 unit UThreadEx;3 unit ThreadEx; 4 4 5 5 interface … … 16 16 17 17 TThreadEx = class(TThread) 18 private19 18 public 20 19 constructor Create(CreateSuspended: Boolean; … … 28 27 ThreadList: TObjectList; 29 28 ThreadListLock: TCriticalSection; 29 30 30 31 31 implementation … … 70 70 ThreadListLock.Release; 71 71 end; 72 inherited Destroy;72 inherited; 73 73 end; 74 74
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/ChronOS/chrome/site/your_project_logo.png)