- Multithreading in C# 5.0 Cookbook
- Eugene Agafonov
- 65字
- 2021-07-21 18:10:01
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 about:
- 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 Modern C++ Challenge
- CockroachDB權威指南
- Production Ready OpenStack:Recipes for Successful Environments
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Learn WebAssembly
- MySQL數據庫管理與開發(慕課版)
- SQL Server 2016數據庫應用與開發
- 數據結構習題解析與實驗指導
- Visual Basic程序設計實驗指導(第二版)
- Mastering Data Mining with Python:Find patterns hidden in your data
- jQuery炫酷應用實例集錦
- Unity 3D/2D移動開發實戰教程
- 軟件項目管理實用教程
- Python預測之美:數據分析與算法實戰(雙色)