where can I get the Comprehensive guide to the mio library APIs? Thank you
Mio is a very low-level IO library. It's used internally by the Tokio async runtime to implement asynchronous IO. Applications can also use mio directly, but it's much harder and lower level than using Tokio.
See the documentation:
There's even a guide:
5 Likes
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.