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

@@ -0,0 +1,8 @@
[package]
name = "threads_channels"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
[dependencies]
crossbeam = "0.8"