TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The State of Async Rust – Corrode Rust Consulting

6 pointsby amatheusover 1 year ago

1 comment

John23832over 1 year ago
I appreciate what the writer was attempting to say about the &quot;one true runtime&quot;. The ecosystem has coalesced around tokio and it&#x27;s here to stay. I personally like Tokio a lot.<p>That being said, critiquing a thread based vs async (green-thread) approach especially when it comes to usability is splitting hairs imo. Sure, you no longer have to use the await keyword, but it&#x27;s just a keyword. There is the reduction of the threadpool scheduler for the async runtime, but that works pretty well and is not exposed to most users. And rationalizing about a thread based approach vs a async approach is just as hard. It&#x27;s the nature of multithreaded programming.
评论 #37609731 未加载