有用于 Delphi 和 FreePascal 的多线程跨平台库吗?
我知道 Delphi 的一些 Windows 线程库(OmniThread Lib、BMThreads 等)。
但是是否有一个跨平台的库,并且可以在 Delphi 和 FreePascal 下使用?
I'm aware of some Windows Thread Libs for Delphi(OmniThread Lib, BMThreads, etc).
But is there a lib that is built to be cross-platform and that can both be used under Delphi and FreePascal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尽管这些本身不是线程库的链接,但在研究 Windows/Linux 和 MACOSX 上的线程时,以下页面上的信息可能(或可能不会)有用
抱歉无法提供更具体的信息。
Although these are not links to threading libraries per se, the information on the following pages might (or might not) be of use when researching threading on Windows/Linux and MACOSX
Sorry couldn't offer anything more specific.
FPC/Lazarus 和 Delphi 都支持 TThread。 但 FPC 不支持 TMREWS(它确实有标识符,但它是一个简单的锁)。
但我假设你指的是一些线程池类? 你到底需要什么,为什么Delphi内置的支持不够?
Both FPC/Lazarus and Delphi support TThread. FPC doesn't suppport TMREWS though (it does have the identifier but it is a simple lock).
But I assume you mean some thread pooling classes? What do you exactly need, and why is the Delphi built in support not enough?