Ignore:
Timestamp:
Feb 1, 2011, 10:06:01 AM (13 years ago)
Author:
george
Message:
  • Added: Unit UThreadEx which introduce class TThreadEx with support for method CurrentThread. Unit automatic mantain runtime thread list.
  • Added: Testing of exceptions raised inside microthread in demo application.
Location:
MicroThreading
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • MicroThreading

    • Property svn:ignore
      •  

        old new  
        11lib
         2backup
  • MicroThreading/Demo

    • Property svn:ignore
      •  

        old new  
        22lib
        33Demo.exe
         4backup
  • MicroThreading/Demo/UMainForm.lfm

    r159 r160  
    11object MainForm: TMainForm
    2   Left = 237
     2  Left = 282
    33  Height = 533
    4   Top = 102
     4  Top = 94
    55  Width = 816
    66  Caption = 'MicroThreading demo'
     
    1616    Top = 8
    1717    Width = 802
    18     ActivePage = TabSheet2
     18    ActivePage = TabSheet1
    1919    Anchors = [akTop, akLeft, akRight, akBottom]
    20     TabIndex = 0
     20    TabIndex = 1
    2121    TabOrder = 0
    2222    object TabSheet2: TTabSheet
     
    336336          ParentColor = False
    337337        end
     338        object Button5: TButton
     339          Left = 8
     340          Height = 25
     341          Top = 80
     342          Width = 115
     343          Caption = 'Raise exception'
     344          OnClick = Button5Click
     345          TabOrder = 6
     346        end
    338347      end
    339348    end
Note: See TracChangeset for help on using the changeset viewer.