Skip to content
New issue

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

Semi-async client operations to order operations in call order #6

Closed
kezhuw opened this issue Jul 6, 2022 · 0 comments · Fixed by #7
Closed

Semi-async client operations to order operations in call order #6

kezhuw opened this issue Jul 6, 2022 · 0 comments · Fixed by #7

Comments

@kezhuw
Copy link
Owner

kezhuw commented Jul 6, 2022

Currently, all client operations are wrapped in rust future using async fn syntax. This makes two ordered consecutive operations unordered in results. We should resort to fn operation() -> impl Future to order operations in synchronous part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant