You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We should a mechanism that would allow query-related HTTP requests to be send asynchronously. For example, one can extend
QueryExecutor
trait withQueryExecutorAsync
trait and add an async version ofQueryIterator
.This is needed for iroha blockchain explorer, which currently implements its own async-capable query builder.
Originally raised in #4833 (comment).
The text was updated successfully, but these errors were encountered: