bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
4.02k stars 226 forks source link

feat & refactor(!): Change Default Blocking Handle Behavior & Add Basic Read Op #305

Closed Lzzzzzt closed 1 month ago

Lzzzzzt commented 2 months ago

Change Default Blocking Handle Behavior. Add basic "asyncified" read operations.

This PR is part of #304 and done by finishing the following tasks:

Other details are shown in the code.