GCD之並行串行區別

1.用戶自定義線程隊列,創建時很容易創建 注意創建時的第一個參數:標記值,方便調試查看 dispatch_queue_t serialqueue=dispatch_queue_create("serialqueue", DISPATCH_QUEUE_SERIAL);//串行線程隊列 dispatch_queue_t concurrentqueue=dispatch_queue_create("c
相關文章
相關標籤/搜索