kidd风

Results 1 issues of kidd风

大佬,请问是在主线程执行还是创建子线程?我看demo里先创建了子线程又获取主线程 - (dispatch_queue_t)queue { if (!_queue) { _queue = dispatch_queue_create("SSWKURLHandler.queue", DISPATCH_QUEUE_SERIAL); _queue = dispatch_get_main_queue(); } return _queue; } ![image](https://user-images.githubusercontent.com/16303801/171370496-f17c3ff1-b961-4c06-8e45-29174c5e9f71.png)