Multiple NSOperationQueues?

Posted by Infinity on Stack Overflow See other posts from Stack Overflow or by Infinity
Published on 2010-04-08T09:39:03Z Indexed on 2010/04/08 9:43 UTC
Read the original article Hit count: 468

Hello!

I would like to use NSOperations in my application to resolve threading problems. I have read some tutorials and now I know what I have to do, but I have a problem. There is a must to have the same NSOperationQueue in each class. What if I use a new NSOperationQueue in each class. There will be concurrency problems?

© Stack Overflow or respective owner

Related posts about nsoperation

Related posts about nsoperationqueue