4 ms·
It's far from clear if tokio is not a dead end.
by biokoda 9y ago
It's far from clear if tokio is not a dead end.
- mercurial 9y agoHow so?
- biokoda 9y agoOverly complicated
- mercurial 9y agoI'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.