generated from zjp-CN/mdbook-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bridging Async and Sync Rust Code — A lesson learned while working with Tokio * Rust, reflection and field access rules
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# 2025 清单 | ||
|
||
* [Bridging Async and Sync Rust Code — A lesson learned while working with Tokio](https://www.reddit.com/r/rust/comments/1hqfjb1/bridging_async_and_sync_rust_code_a_lesson/): | ||
异步代码与同步调用;futures::executor::block_on 与 tokio::spawn 的死锁 | ||
* [Rust, reflection and field access rules](https://fractalfir.github.io/generated_html/refl_priv.html):反射与字段访问的安全性;反射的不安全性 |