填空题
使用GCD实现多线程,需将任务添加到(),并指定执行任务函数,GCD任务使用()封装。
队列;block
填空题 NSOperation使用removeDependency来解除()关系。
填空题 实现多线程技术种类有Pthread、NSThread、NSOperation和()四种方式。