Changeset 3 for trunk/UFormMain.pas


Ignore:
Timestamp:
Nov 22, 2014, 11:50:49 PM (9 years ago)
Author:
chronos
Message:
  • Added: Application is executed as Task by Scheduler. OS threads is used for scheduler for efficient execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.pas

    r2 r3  
    2828
    2929uses
    30   UList, UAPI, UClock;
     30  UList, UAPI, UClock, UPlatformBase;
    3131
    3232{$R *.lfm}
     
    3939begin
    4040  Kernel := TKernel.Create;
     41  Kernel.SchedulerClass := TBaseScheduler;
     42  Kernel.FileSystemClass := TBaseFileSystem;
    4143
    4244  NewApp := TAppClock.Create;
Note: See TracChangeset for help on using the changeset viewer.