摘要: 1. //创建全局队列 dispatch_queue_t queue = dispatch_get_global_queue(0, 0); //创建信号量 dispatch_semaphore_t semaphore = dispatch_semaphore_create(1); NSMutable 阅读全文