iOS主線程和主隊列的區別

  問題 第一題(主線程只會執行主隊列的任務嗎?) let key = DispatchSpecificKey() DispatchQueue.main.setSpecific(key: key, value: "main") func log() {     debugPrint("main thread: \(Thread.isMainThread)")     let value = D
相關文章
相關標籤/搜索