From 3259d59097b00f3d4b495505e636fdfdbe84ee3a Mon Sep 17 00:00:00 2001 From: Roman Proskuryakov Date: Fri, 1 Nov 2019 16:30:04 +0300 Subject: [PATCH] Add tokio as an alternative to romio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ff7cbb..188cbed6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Asynchronous network primitives in Rust. __Note: This library is not actively being developed. If you're looking for an -`async/await` compatible runtime consider using +`async/await` compatible runtime consider using [`tokio`](https://github.com/tokio-rs/tokio/) or [`async-std`](https://github.com/async-rs/async-std).__ Romio combines the powerful [`futures`][futures] abstractions with the