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 Foun...
翻译 - coobjc为Objective-C和Swift提供协程支持。我们添加了一个等待方法,生成器和参与者模型,例如C#,Javascript和Kotlin。为了方便起见,我们在cokit框架中为某些Foundation和UIKit API添加了协程类别,例如NSFileManager,JSON,NSData,UIImage等。我们还在coobjc中添加了元组支持。