- Multithreading with C# Cookbook(Second Edition)
- Eugene Agafonov
- 67字
- 2021-07-09 19:35:37
Chapter 2. Thread Synchronization
In this chapter, we will describe some of the common techniques of working with shared resources from multiple threads. You will learn the following recipes:
- Performing basic atomic operations
- Using the
Mutex
construct - Using the
SemaphoreSlim
construct - Using the
AutoResetEvent
construct - Using the
ManualResetEventSlim
construct - Using the
CountDownEvent
construct - Using the
Barrier
construct - Using the
ReaderWriterLockSlim
construct - Using the
SpinWait
construct
推薦閱讀
- The Complete Rust Programming Reference Guide
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- GitLab Cookbook
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 青少年美育趣味課堂:XMind思維導圖制作
- AngularJS深度剖析與最佳實踐
- Java軟件開發(fā)基礎
- Learning Apache Kafka(Second Edition)
- QTP自動化測試進階
- Java Web應用開發(fā)給力起飛
- IPython Interactive Computing and Visualization Cookbook
- Learning Cocos2d-JS Game Development
- SFML Game Development
- Java服務端研發(fā)知識圖譜
- Expert Cube Development with SSAS Multidimensional Models