标签: multithreading macos user-interface
我正在使用(简化):
dispatch_async(dispatch_get_main_queue(),^{ [progressLevel2 setDoubleValue:songCount]; });
我想不使用performselectoronmainthread重做所有内容,只是为了找到我还有其他一些问题。我的代码不应该正常工作吗?