Skip to content

Commit 549616c

Browse files
authored
Update README.md
1 parent 7bf10c4 commit 549616c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
1717
However, it is poll-based, and even uses [undocumented APIs](https://notgull.net/device-afd/) on Windows.
1818
We would like some new high-level APIs to perform IOCP/io_uring.
1919

2020
Unlike `tokio-uring`, this runtime isn't Tokio-based.
2121
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.
2323

2424
## Why not monoio/tokio-uring/glommio?
2525

@@ -30,7 +30,7 @@ They don't support Windows.
3030
Add `compio` as dependency:
3131

3232
```
33-
compio = { version = "0.10.0", features = ["macros"] }
33+
compio = { version = "0.11.0", features = ["macros"] }
3434
```
3535

3636
Then we can use high level APIs to perform filesystem & net IO.

0 commit comments

Comments
 (0)