问题描述
我正在寻找一个在我的Delphi应用程序中使用的线程框架。
I am looking for a Threading framework to use in my Delphi application.
目前我正在评估' - 到目前为止,它看起来不错,做了我所需要的一切。
Currently I am evaluating ‘OmniThreadLibrary’ - so far it looks good and does everything I need.
有没有其他线程框架为Delphi?
Is there any other ‘Threading framework’ for Delphi ?
(我使用的是D2006& D2009)
(I am using D2006 & D2009)
推荐答案
按照Vegar建议
根据我几个小时评估 OmniThreadLibrary
以下是我喜欢的一些事情
Here are some of the things I like about it
1)使用简单
2)它隐藏了大多数关于多线程的细节
2) It hides most of the details about multi threading
3)使用几行代码可以设置多个线程
3) With a few lines of code you can set up multiple threads
4)很容易做过程信息
4) It is easy to do inter process messages
5)它仍然被积极开发
5) It is still been actively developed
这篇关于Delphi - 线程框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!