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

咨询 #90

Open yinjiahjk opened 5 years ago

yinjiahjk commented 5 years ago

现在有多少人在用这个呢?稳定了吗?

achuge2008 commented 5 years ago

比较早集成在我的项目中,优化I/O等场景有不错效果,我的项目主要是图片资源渲染,CPU降20-30%

yinjiahjk commented 5 years ago

比较早集成在我的项目中,优化I/O等场景有不错效果,我的项目主要是图片资源渲染,CPU降20-30%

感觉这边好冷清啊。

binhan198 commented 5 years ago

什么时候会发新的版本,截止目前,已经有2个月没发新版本了