2013年3月4日

摘要: GCD: grand center dispatch is support for systems with mutli-coreprocessors.It's really useful when you develop a iOS application or a iOS games. I like this feature!Ok, let me show you how to use dispatch:dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ // please 阅读全文
posted @ 2013-03-04 23:21 CP0000 阅读(173) 评论(0) 推荐(0)

导航