Changeset 563 for Common/ResetableThread.pas
- Timestamp:
- May 29, 2023, 8:23:09 PM (18 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Common/ResetableThread.pas
r562 r563 1 unit UResetableThread;1 unit ResetableThread; 2 2 3 3 interface 4 4 5 5 uses 6 Classes, SysUtils, syncobjs, UThreading, UPool;6 Classes, SysUtils, syncobjs, Threading, Pool; 7 7 8 8 type
Note:
See TracChangeset
for help on using the changeset viewer.