fix: broken link in readme
This commit is contained in:
parent
750ea1b644
commit
3818d91cd2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Blocking vs Non-blocking file I/O
|
# Blocking vs Non-blocking file I/O
|
||||||
|
|
||||||
Blocking code is available in [blockin.rs](./src/blocking.rs] and
|
Blocking code is available in [blockin.rs](./src/blocking.rs) and
|
||||||
non-blocking in [async-tokio.rs](./src/async-tokio.rs).
|
non-blocking in [async-tokio.rs](./src/async-tokio.rs).
|
||||||
|
|
||||||
Both programs read their respective source files and print it to
|
Both programs read their respective source files and print it to
|
||||||
|
|
Loading…
Reference in a new issue