From 3212d7cd32a0d12b77158ac8a0be180aa76ffb30 Mon Sep 17 00:00:00 2001 From: Matthew Saltz Date: Tue, 14 Jun 2022 15:50:18 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b47a623..1930b15 100644 --- a/README.md +++ b/README.md @@ -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.