What is new in multithreading in Delphi XE?

前端 未结 6 1523
傲寒
傲寒 2021-01-31 09:45

I have seen some time ago people discussing about the new multithreading in Delphi XE and about the fact that Delphi has some \'native\' problems because of the way it implement

6条回答
  •  Happy的楠姐
    2021-01-31 10:21

    I believe all of newly introduced features were covered already.

    For the documentation part, here is an archived copy on classic tutorial book Martin Harvey. Multithreading - The Delphi Way. After reading you will most likely realize what there is no real need for any contributed libraries (except, maybe, the thread pool), remember, frameworks are not simplifying things for you, they also depriving you from the fine-grain control.

提交回复
热议问题