Pattern for unit testing async queue that calls main queue on completion

后端 未结 6 525
慢半拍i
慢半拍i 2020-12-04 14:52

This is related to my previous question, but different enough that I figured I\'d throw it into a new one. I have some code that runs async on a custom queue, then executes

6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-04 15:27

    Based on several of the other answers to this question, I set this up for convenience (and fun): https://github.com/kallewoof/UTAsync

    Hope it helps someone.

提交回复
热议问题