alibaba / coobjc

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
Apache License 2.0
4.03k stars 525 forks source link

有行代码错了 #69

Closed hssdx closed 5 years ago

hssdx commented 5 years ago

https://github.com/alibaba/coobjc/blob/master/coobjc/promise/COPromise.m#L101-L103

这里应该是: [CODispatch dispatchWithQueue:queue] 而不是 [CODispatch currentDispatch]