Skip to content

Commit

Permalink
docs: 📝 add source of famous quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf committed Jul 18, 2023
1 parent 871f224 commit 4c2b059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/languages/CSharp/CSharp_2_multithread.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ Coffman 等人总结了死锁的产生条件:
- 破坏不可抢占条件
- 破坏环路等待条件(给资源进行编号)

避免死锁的最好方法就是不用锁。——著名哲学家、清华大学电子工程系八字班的一位学长(相对于笔者来说是学长)这样说。
避免死锁的最好方法就是不用锁。——著名哲学家、清华大学电子工程系八字班的[一位学长](https://github.com/BowmanChow)(相对于笔者来说是学长)这样说。

### 经典 IPC 问题

Expand Down

0 comments on commit 4c2b059

Please sign in to comment.