Skip to content

Commit

Permalink
Merge pull request #42 from CakeAL/main
Browse files Browse the repository at this point in the history
finish item17-deadlock translate
  • Loading branch information
lispking authored Jul 1, 2024
2 parents 9faf4ee + 56f09cd commit 68cecab
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
- [第 14 条:理解生命周期](./chapter_3/item14-lifetimes.md)
- [第 15 条:理解借用检查器](./chapter_3/item15-borrows.md)
- [第 16 条:避免写 unsafe 代码](./chapter_3/item16-unsafe.md)
- [第 17 条:对共享状态的并行性保持警惕](./chapter_3/item17-deadlock.md)
- [第 18 条:不要 panic](./chapter_3/item18-panic.md)
- [依赖](./chapter_4.md)
- [第 23 条:避免通配符导入](./chapter_4/item23-wildcard.md)
- [工具](./chapter_5.md)
Expand Down
Loading

0 comments on commit 68cecab

Please sign in to comment.