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