Dispatch Group inside NSOperation - Still allowing multiple operations despite maxConcurrentOperationCount = 1

后端 未结 0 1001
春和景丽
春和景丽 2021-01-22 19:41

I am aiming for a serial download queue within NSOperation subclass using dispatch groups to manage async tasks.

I have maxConcurrentOperationCount set to 1

i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题