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
Right now the rust client crate provides only async API. While it is indeed used in many projects, there are cases when async is not desired. For instance, I always put tasks into a dedicated thread, communicating to it using channels; and I avoid using any async runtimes.
Is it possible to have a non-async version of the library? I am willing to work on the PR adding it, but are there any chances of getting it merged?
The text was updated successfully, but these errors were encountered:
Right now the rust client crate provides only async API. While it is indeed used in many projects, there are cases when async is not desired. For instance, I always put tasks into a dedicated thread, communicating to it using channels; and I avoid using any async runtimes.
Is it possible to have a non-async version of the library? I am willing to work on the PR adding it, but are there any chances of getting it merged?
The text was updated successfully, but these errors were encountered: