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.

Why I'm building a new async runtime

56 pointsby kasbahabout 5 years ago

3 comments

sdegutisabout 5 years ago
On the note of runtimes that are “outside the boxes” of tokio and async-std, I found a really cool generator lib [0] for Rust that uses async&#x2F;await (and has macro API to hide this if you want) but implements an extremely simple runtime that just implements the semantics of generators. I thought it was absolutely genius and underrated.<p>[0] <a href="https:&#x2F;&#x2F;lib.rs&#x2F;crates&#x2F;genawaiter" rel="nofollow">https:&#x2F;&#x2F;lib.rs&#x2F;crates&#x2F;genawaiter</a>
Ericson2314about 5 years ago
Well that was a tease. I suppose the title didn&#x27;t actual promise me I could read some code, though.
animalnewbieabout 5 years ago
I wonder how it would be if Rust, like Scala came with a very basic executor? For me external crates no matter how popular, seem a no-go because of them constantly changing.
评论 #22776200 未加载
评论 #22777431 未加载