We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在微信公众号 淘宝技术 的coobjc宣传文章中提到 "淘宝app 在不改变原有业务代码的基础上,通过全局hook部分IO、数据解析方法,即可让原来在主线程中同步执行的IO方法异步执行,并且不影响原有的业务逻辑" 这个能稍微细说下怎样完全不动业务代码就能将同步逻辑改造成异步逻辑吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在微信公众号 淘宝技术 的coobjc宣传文章中提到
"淘宝app 在不改变原有业务代码的基础上,通过全局hook部分IO、数据解析方法,即可让原来在主线程中同步执行的IO方法异步执行,并且不影响原有的业务逻辑" 这个能稍微细说下怎样完全不动业务代码就能将同步逻辑改造成异步逻辑吗?
The text was updated successfully, but these errors were encountered: