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
考虑使用 CompletableFuture 对 mica-http 的异步进行优化,方便使用。
The text was updated successfully, but these errors were encountered:
目前的困境:mica-http 做自动关流之后获取 body 都被关闭了。
思考:
Sorry, something went wrong.
✨ mica-http 使用 CompletableFuture 优化异步 github #29 。
397316e
已经完成初版,还需要打磨。jmh 实测跟同步差不多,CompletableFuture 需要把多个请求合并发送,才会节省时间。
考虑将多个请求合并的 api 方式。
No branches or pull requests
考虑使用 CompletableFuture 对 mica-http 的异步进行优化,方便使用。
The text was updated successfully, but these errors were encountered: