go/async
master
update rocket and its dependencies to their async branch. update our code to use rocket’s async APIs
async
Merging #730 into master will increase coverage by 0.03%. The diff coverage is 100.00%.
0.03%
100.00%
@@ Coverage Diff @@ ## master #730 +/- ## ========================================== + Coverage 39.08% 39.11% +0.03% ========================================== Files 73 73 Lines 9736 9643 -93 Branches 2227 2183 -44 ========================================== - Hits 3805 3772 -33 + Misses 4879 4819 -60 Partials 1052 1052
this std::fs::read could (should?) be async.
It could with something like async-std, yes. But maybe add a todo and leave it for a future PR?
未设置到期时间。
此合并请求当前没有任何依赖。
删除分支是永久的。此操作 无法 撤销,继续?
update rocket and its dependencies to their
async
branch.update our code to use rocket’s async APIs
Codecov Report
this std::fs::read could (should?) be async.
It could with something like async-std, yes. But maybe add a todo and leave it for a future PR?