coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
https://github.com/alibaba/coobjc/blob/master/coobjc/promise/COPromise.m#L101-L103
这里应该是:
[CODispatch dispatchWithQueue:queue]
而不是[CODispatch currentDispatch]