Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我可以使用两者来处理来自操作对象的任务?
那么有什么不同呢?
BR,
currentQueue返回启动当前操作的队列。因此,如果没有当前操作,则没有队列。
currentQueue
alloc init创建一个新队列。
alloc init
我可以使用两者来处理来自操作对象的任务吗?
您将操作添加到队列,队列管理操作的处理。您要么自己创建一个新队列,要么重新使用您之前创建并存储(在属性中)的队列。