Maybe Rust isn’t a good tool for massively concurrent, userspace software | Hacker News
https://news.ycombinator.com/item?id=37435515
The argument here is that Rust chose to implement coroutines the wrong way. It w... | Hacker News
https://news.ycombinator.com/item?id=37436404
The reason Rust chose stackless coroutines is because it allows zero cost FFI, w... | Hacker News
https://news.ycombinator.com/item?id=37439644
Tokio and glommio using interrupts is ironically another misconception. They're ... | Hacker News
https://news.ycombinator.com/item?id=37447441
We do not want red and blue functions. Any language that implements async / awai... | Hacker News
https://news.ycombinator.com/item?id=37436342
What Color is Your Function? – journal.stuffwithstuff.com
https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/