我的iOS应用程序中有异步服务器请求:
[self performSelectorInBackground:@selector(doSomething) withObject:nil];
如何检测此操作的结束?
iphone multithreading detect nsthread ios
detect ×1
ios ×1
iphone ×1
multithreading ×1
nsthread ×1