Synchronous
文章平均质量分 81
chuanyituoku
这个作者很懒,什么都没留下…
展开
-
Effective Objective-C 2.0: Item 41: Prefer Dispatch Queues to Locks for Synchronization
Item 41: Prefer Dispatch Queues to Locks for SynchronizationSometimes in Objective-C, you will come across code that you’re having trouble with because it’s being accessed from multiple threads. T原创 2013-12-12 21:14:16 · 5239 阅读 · 0 评论 -
Effective Objective-C 2.0: Item 44: Use Dispatch Groups to Take Advantage of Platform Scaling
Item 44: Use Dispatch Groups to Take Advantage of Platform ScalingDispatch groups are a GCD feature that allows you to easily group tasks. You can then wait on that set of tasks to finish or be no原创 2013-12-14 13:40:24 · 3308 阅读 · 0 评论