摘要: 在多线程开发中,共享对象的同步是经常遇到的问题,以下总结了C#中线程同步的几种技术: 1,InterLocked原子操作 Decrement(ref int location);递减1 Add(ref int location1, int value);location1+value Increme 阅读全文
posted @ 2018-01-17 14:57 桃花雪 阅读(267) 评论(0) 推荐(0) 编辑