- 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
推薦閱讀
- C#完全自學(xué)教程
- Microsoft Dynamics 365 Extensions Cookbook
- 體驗設(shè)計原理:行為、情感和細(xì)節(jié)
- Twilio Best Practices
- C語言程序設(shè)計
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- Python圖形化編程(微課版)
- 深入實踐Kotlin元編程
- 深度學(xué)習(xí)入門:基于Python的理論與實現(xiàn)
- 一步一步學(xué)Spring Boot:微服務(wù)項目實戰(zhàn)(第2版)
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)
- Visual Basic.NET程序設(shè)計
- Learning Java by Building Android Games
- Twitter Bootstrap Web Development How-to