我的安保行动分队为什么在主线上操作主要方法? 我希望它能够 as。
@interface ServiceClient : NSOperation
@end
@implementation ServiceClient
- (void)main
{
if ([[NSThread currentThread] isEqual:[NSThread mainThread]])
{
NSLog(@"Why does this get called on the main thread");
}
}
@end
开始运作
ServiceClient *serviceClient = [[ServiceClient aloc] init];
[serviceClient start];
http://www.un.org。
文件显示,压倒一切是Cun 当前和返回是,但这种方法没有被采用。
- (BOOL)isConcurrent
{
return YES;
}