Hacker News new | ask | show | jobs
by biokoda 3257 days ago
It's far from clear if tokio is not a dead end.
1 comments

How so?
Overly complicated
I'm not sure it is an issue of complexity. From what I have seen, it is more a problem of ergonomics. Currently, programming something fairly simple with a few loops and if statements using Futures is painful, but I could see a Futures-based async/await version take off.