feat: updated README.md
This commit is contained in:
parent
a52e03d052
commit
1257ce6eb2
@ -37,6 +37,12 @@ queue.poll(&mut events, None).unwrap();
|
|||||||
//...data is ready on one of the tracked streams
|
//...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
|
## Notes
|
||||||
|
|
||||||
### `Registry` and `Poll` Relationship
|
### `Registry` and `Poll` Relationship
|
||||||
|
Loading…
x
Reference in New Issue
Block a user