第2章 线程同步
作者:互联网
- 简介
- 执行基本的原子操作
- 使用Mutex类
- 使用SemaphoreSlim类
- 使用AutoResetEvent类
- 使用ManualResetEventSlim类
- 使用CountDownEvent类
- 使用Barrier类
- 使用ReaderWriterLockSlim类
- 使用SpinWait类
标签:同步,SemaphoreSlim,Barrier,AutoResetEvent,SpinWait,CountDownEvent,线程,使用 来源: https://www.cnblogs.com/lxwuse2008/p/10858550.html