1.NSOperation 对于NSOperation,In OS X v10.6 and later, operation queues ignore the value returned by this method and always start operations on a separate thread.就是一个operation就新建一个thread.但是,这个说法是针对 NSOperationQueue *testQueue = [[NSOperationQueue alloc…