Changeset 159 for MicroThreading/MicroThreading.pas
- Timestamp:
- Jan 31, 2011, 2:16:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MicroThreading/MicroThreading.pas
r149 r159 8 8 9 9 uses 10 UMicroThreading, Coroutine, UPlatform, LazarusPackageIntf;10 UMicroThreading, UPlatform, UMicroThreadList, LazarusPackageIntf; 11 11 12 12 implementation … … 14 14 procedure Register; 15 15 begin 16 RegisterUnit('UMicroThreading', @UMicroThreading.Register); 16 17 end; 17 18
Note:
See TracChangeset
for help on using the changeset viewer.