Skip to content

Commit

Permalink
add 2025 阅读清单
Browse files Browse the repository at this point in the history
* Bridging Async and Sync Rust Code — A lesson learned while working with Tokio
* Rust, reflection and field access rules
  • Loading branch information
zjp-CN committed Jan 1, 2025
1 parent ca91408 commit a24028b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
- [赏析 PR/issue](./learn-from-pr-issue.md)
- [`LazyLock` 稳定的难点](./learn-from-pr-issue/LazyLock.md)
- [阅读清单](./reading-list/index.md)
- [2024 清单 a](./reading-list/2024a.md)
- [2024 清单 A](./reading-list/2024a.md)
- [2025 清单 A](./reading-list/2025a.md)
5 changes: 5 additions & 0 deletions src/reading-list/2025a.md
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):反射与字段访问的安全性;反射的不安全性

0 comments on commit a24028b

Please sign in to comment.