feat: add async fn

This commit is contained in:
2024-03-09 13:14:31 +08:00
parent 0d1e08fcd1
commit bb36536347
3 changed files with 478 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "async-fn-resumed-after-completion"
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.36.0", features = ["full"] }