摘要:
问题1:# Please enter a commit message to explain why this merge is necessary,# especially if it merges an updated upstream into a topic branch.## Lines ... 阅读全文
摘要:
GCD--Grand Central Dispatch纯C,提供非常多强大的函数GCD优势:1.是苹果公司为多核的并行运算提出的解决方案2.自动利用更多的CPU内核(如双核)3.自动管理线程的生命周期(创建、调度、销毁)4.只需告诉GCD需要执行的任务,不需编写线程管理代码任务和队列任务:执行什么操... 阅读全文