Add threads and channels exercise

This commit is contained in:
Nathan Stocks
2021-06-15 23:11:29 -06:00
parent 61612a2050
commit 3f40b561e9
4 changed files with 104 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ edition = "2018"
# criterion = { version = "0.3", features = ["html_reports"] }
# Challenge Help 2: Each benchmark needs a `[[bench]]` section with a name and disabling the harness.
# The name will correspond with a file benches/somename.rs
# A name "somename" will correspond with a file "benches/somename.rs"
# [[bench]]
# name = "somename"