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

Allow async execution of queries in client #4935

Closed
DCNick3 opened this issue Aug 5, 2024 · 1 comment
Closed

Allow async execution of queries in client #4935

DCNick3 opened this issue Aug 5, 2024 · 1 comment
Labels
api-changes Changes in the API for client libraries Enhancement New feature or request queries

Comments

@DCNick3
Copy link
Contributor

DCNick3 commented Aug 5, 2024

We should a mechanism that would allow query-related HTTP requests to be send asynchronously. For example, one can extend QueryExecutor trait with QueryExecutorAsync trait and add an async version of QueryIterator.

This is needed for iroha blockchain explorer, which currently implements its own async-capable query builder.

Originally raised in #4833 (comment).

@DCNick3 DCNick3 added Enhancement New feature or request api-changes Changes in the API for client libraries queries labels Aug 5, 2024
@DCNick3 DCNick3 mentioned this issue Aug 5, 2024
6 tasks
@mversic
Copy link
Contributor

mversic commented Oct 10, 2024

this is part of the #3130 so I'm closing this issue

@mversic mversic closed this as completed Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-changes Changes in the API for client libraries Enhancement New feature or request queries
Projects
None yet
Development

No branches or pull requests

2 participants