ну он про то что это все равно надо писать ручками или искать какое-то mio, но вот говорят тут недавно придумали что-то более сильное —
https://stjepang.github.io/2020/04/03/why-im-building-a-new-async-runtime.htmlImagine a runtime that is just as powerful as async-std and tokio, just as fast, does not depend on mio, fits into a single file, has a much simpler API, and contains only safe code. It brings a novel approach to structured concurrency, it integrates with the library ecosystem, it can run hyper, async-h1, async-native-tls, and async-tungstenite. It can spawn !Send futures, supports the full networking stack, handles files, processes, stdio, and custom I/O objects. It works on all platforms you’d expect it to.
@oleganza ^