Ignore:
Timestamp:
Jan 31, 2011, 2:16:21 PM (13 years ago)
Author:
george
Message:
  • Added: Running microthread list window.
  • Modified: Main thread is executed by application queued async call.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MicroThreading/MicroThreading.pas

    r149 r159  
    88
    99uses
    10   UMicroThreading, Coroutine, UPlatform, LazarusPackageIntf;
     10  UMicroThreading, UPlatform, UMicroThreadList, LazarusPackageIntf;
    1111
    1212implementation
     
    1414procedure Register;
    1515begin
     16  RegisterUnit('UMicroThreading', @UMicroThreading.Register);
    1617end;
    1718
Note: See TracChangeset for help on using the changeset viewer.