相当于 D 中套接字的 poll() 或 WSAPoll()

发布于 2024-12-29 10:01:43 字数 155 浏览 1 评论 0原文

对于 D 中的套接字编程,是否有等效的 poll() (或 Windows 上的 WSAPoll())?我希望编写一个小型单线程服务器。

我知道从技术上讲你可以从 D 调用 C 函数,因此整个 Windows C API 都可用,但我希望有一个更高级别(也许更跨平台)的解决方案?

For socket programming in D, is there an equivalent of poll() (or WSAPoll() on windows)? I'm hoping to write a small single-threaded server.

I know technically you can call C functions from D and therefore the entire windows C API is available, but I was hoping for a higher level (perhaps even more cross-platform) solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

海未深 2025-01-05 10:01:43

我相信迄今为止最好的选择是 Deimos 中的 libev 或 libevent 绑定: https://github.com/D -编程-Deimos

我还建议您看看 VibeD 人员是如何做这些事情的:http://vibed.org

I believe your best alternative so far are libev or libevent bindings in the Deimos: https://github.com/D-Programming-Deimos .

I also would recommend you to take a look at how VibeD guys do this stuff: http://vibed.org .

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