What is new in multithreading in Delphi XE?

前端 未结 6 1467
傲寒
傲寒 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条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-31 10:09

    gabr probably mentioned main new additions. What was left probably is the new overloads for TThread.Synchronize and TThread.Queue which can now execute anonymous methods.

提交回复
热议问题