Go to file
Aravinth Manivannan 3818d91cd2
fix: broken link in readme
2022-02-24 23:04:09 +05:30
src init 2022-02-24 22:05:32 +05:30
.gitignore init 2022-02-24 22:05:32 +05:30
Cargo.lock init 2022-02-24 22:05:32 +05:30
Cargo.toml init 2022-02-24 22:05:32 +05:30
Makefile init 2022-02-24 22:05:32 +05:30
README.md fix: broken link in readme 2022-02-24 23:04:09 +05:30

README.md

Blocking vs Non-blocking file I/O

Blocking code is available in blockin.rs and non-blocking in async-tokio.rs.

Both programs read their respective source files and print it to stdout.

Usage

A simple Makefile is provided for convenience:

➜  rust-async git:(master) ✗ make help
async                          Runs non-blocking program
blocking                       Runs blocking program
help                           Prints help for targets with comments