-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Use Case
Currently, the client only provides a synchronous query() method. This can limit users working on applications requiring non-blocking operations or high concurrency. To improve usability and performance, we should add support for asynchronous queries.
I can add a PR or if you need a proposal, I can also add a proposal.
We can achieve asynchronous behavior using a thread pool executor, but adding native async support would make it more compatible with asyncio and several other.
Expected behavior
A new API query_async
Actual behavior
No async support is there
Additional info
No response
Metadata
Metadata
Assignees
Labels
No labels