NSOperation 与 Dispatch Queues 学习笔记
本文为 NSOperation 和 Dispatch Queues 的学习笔记,参考资料为[iOS 并发:从 NSOperation 和 Dispatch Queues 开始](http://swift.gg/2016/01/08/ios-concurrency-getting-started-with-nsoperation-and-dispatch-queues/),文章基本上可以算是这篇文章的一个概括,将各个函数的用法摘录下来了,对于学习过这方面内容的人可以起到快速回顾的作用。