feat: add async-fn

This commit is contained in:
2024-03-23 23:34:02 +08:00
parent bb36536347
commit e5748b1e41
4 changed files with 497 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ Project or files:
│   └── zstd-demo
├── __concurrent
│   ├── arc-swap
│   ├── async-fn-resumed-after-completion
│   ├── async_study
│   ├── crossbeam_n_parking_lot
│   ├── glommio
@@ -202,6 +203,7 @@ Project or files:
├── __shuttle
│   └── hatter-test
├── __std
│   ├── async-fn
│   ├── async_await
│   ├── into
│   ├── iter
@@ -282,6 +284,6 @@ Project or files:
├── vec.rs
└── while.rs
251 directories, 40 files
253 directories, 40 files
```