feat: add concurrent/waitgroup demo

This commit is contained in:
2024-05-01 23:53:06 +08:00
parent 50fa9b5179
commit f107f82b7c
4 changed files with 483 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "waitgroup-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.37.0", features = ["full"] }
waitgroup = "0.1.2"