Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saltzm authored Jun 14, 2022
1 parent d9892d9 commit 3212d7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ thread.
the `IO_Uring` library. This means there's no heap allocation. It also relies
entirely on kernel functionality for timeouts and cancellation.
* **Complete**: You should be able to do anything with this that you could do
with `IO_Uring`. (Right now there are a few missing operations - these are
noted in `TODO`s in the source.)
with `IO_Uring`.
* **Easy to use**: Because of the use of coroutines, code written with this
library looks almost identical to blocking code. In addition, operation
timeouts and cancellation support is integrated into the API for all operations.
Expand Down

0 comments on commit 3212d7c

Please sign in to comment.