File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ This crate is inspired by [monoio](https://github.com/bytedance/monoio/).
1313
1414## Why not Tokio?
1515
16- Tokio is a great generic-propose async runtime.
16+ Tokio is a great generic-purpose async runtime.
1717However, it is poll-based, and even uses [ undocumented APIs] ( https://notgull.net/device-afd/ ) on Windows.
1818We would like some new high-level APIs to perform IOCP/io_uring.
1919
2020Unlike ` tokio-uring ` , this runtime isn't Tokio-based.
2121This is mainly because that no public APIs to control IOCP in ` mio ` ,
22- and ` tokio ` won't public APIs to control ` mio ` before ` mio ` reaches 1.0.
22+ and ` tokio ` won't expose APIs to control ` mio ` before ` mio ` reaches 1.0.
2323
2424## Why not monoio/tokio-uring/glommio?
2525
@@ -30,7 +30,7 @@ They don't support Windows.
3030Add ` compio ` as dependency:
3131
3232```
33- compio = { version = "0.10 .0", features = ["macros"] }
33+ compio = { version = "0.11 .0", features = ["macros"] }
3434```
3535
3636Then we can use high level APIs to perform filesystem & net IO.
You can’t perform that action at this time.
0 commit comments