iOS.Thread.OSAtomic
摘要:
1. 原子操作 (Atomic Operations) 编写多线程代码最重要的一点是:对共享数据的访问要加锁。 Shared data is any data which more than one thread can access. 原子操作(Atomic Operations)满足只有一个线程 阅读全文
posted @ 2015-04-10 22:29 XiaoKL 阅读(968) 评论(0) 推荐(0) 编辑