TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Getting acquainted with Rust's mio

36 点作者 mseri大约 10 年前

4 条评论

nsm大约 10 年前
Out of curiosity, Rust was first built on libuv, then libuv was removed, now mio looks like an API very similar to libuv, but not using libuv. What were the decisions behind this and why is it better than not using an existing lib that should be easy to plug into Rust via FFI since it is small and in C?
评论 #9146442 未加载
arthursilva大约 10 年前
Great post. I didn't check mio before but after reading the post I can probably jump start.
marrs大约 10 年前
I&#x27;m sure event loops have their uses in all languages, but I&#x27;m not sure why the author rubbishes Python and JS, citing callback hell, and then writes an example that uses callbacks.<p>Anyway, the article&#x27;s introduced me to consensus algorithms, so thanks for that.
评论 #9146587 未加载
tempodox大约 10 年前
You lost me there. What&#x27;s this about?
评论 #9144057 未加载