From 1257ce6eb2697c3bd5fc9a2d3005fc7b2beef2ce Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sun, 30 Jun 2024 17:29:02 -0400 Subject: [PATCH] feat: updated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e23f75d..a09d514 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ queue.poll(&mut events, None).unwrap(); //...data is ready on one of the tracked streams ``` +## How To Run + +- Get and run the `delayServer` from [Packt's Asynchronous-Programming-in-Rust repo](https://github.com/PacktPublishing/Asynchronous-Programming-in-Rust/tree/main/delayserver). + +- In another window, run this program with `cargo run`. + ## Notes ### `Registry` and `Poll` Relationship