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/).
13
13
14
14
## Why not Tokio?
15
15
16
- Tokio is a great generic-propose async runtime.
16
+ Tokio is a great generic-purpose async runtime.
17
17
However, it is poll-based, and even uses [ undocumented APIs] ( https://notgull.net/device-afd/ ) on Windows.
18
18
We would like some new high-level APIs to perform IOCP/io_uring.
19
19
20
20
Unlike ` tokio-uring ` , this runtime isn't Tokio-based.
21
21
This 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.
23
23
24
24
## Why not monoio/tokio-uring/glommio?
25
25
@@ -30,7 +30,7 @@ They don't support Windows.
30
30
Add ` compio ` as dependency:
31
31
32
32
```
33
- compio = { version = "0.10 .0", features = ["macros"] }
33
+ compio = { version = "0.11 .0", features = ["macros"] }
34
34
```
35
35
36
36
Then we can use high level APIs to perform filesystem & net IO.
You can’t perform that action at this time.
0 commit comments