有用于 Delphi 和 FreePascal 的多线程跨平台库吗?

发布于 2024-07-18 03:55:48 字数 116 浏览 5 评论 0原文

我知道 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

空城仅有旧梦在 2024-07-25 03:55:48

尽管这些本身不是线程库的链​​接,但在研究 Windows/Linux 和 MACOSX 上的线程时,以下页面上的信息可能(或可能不会)有用

  1. Lazarus 多线程
  2. OSX 多线程论坛...线程

抱歉无法提供更具体的信息。

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

  1. Multithreading with Lazarus.
  2. OSX Multithreading forum...thread.

Sorry couldn't offer anything more specific.

戒ㄋ 2024-07-25 03:55:48

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文