iOS、macOS 提供了Grand Central Dispatch(简称GCD)、Operations两种解决方案。我的另一篇文章Grand Central Dispatch的使用已经介绍过GCD,这篇文章将包含以下内容:
- Operations
- OperationQueue
- Asynchronous Operation
- Operation Dependencies
- 取消 Operation
详细介绍查看下面文章:
https://github.com/pro648/tips/wiki/Operation、OperationQueue的使用