feat: updated README.md

This commit is contained in:
minhtrannhat 2024-06-30 17:29:02 -04:00
parent a52e03d052
commit 1257ce6eb2
Signed by: minhtrannhat
GPG Key ID: E13CFA85C53F8062

View File

@ -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