source: MicroThreading/MicroThreading.pas

Last change on this file was 168, checked in by george, 13 years ago
  • Added: Context menu in microthreads list to show microthread call stack.
File size: 479 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit MicroThreading;
6
7interface
8
9uses
10 UMicroThreading, UPlatform, UMicroThreadList, UThreadEx,
11 UMicroThreadCallStack, LazarusPackageIntf;
12
13implementation
14
15procedure Register;
16begin
17 RegisterUnit('UMicroThreading', @UMicroThreading.Register);
18end;
19
20initialization
21 RegisterPackage('MicroThreading', @Register);
22end.
Note: See TracBrowser for help on using the repository browser.