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
Currently there is only support for a single threaded tokio environment for clients, but would it be possible to add support for a multithreaded tokio environment?
The text was updated successfully, but these errors were encountered:
The implicit runtime for the sync features remains single-threaded. Implement your own blocking behavior on behalf of the async API when needed. The async API does does not depend o any particular runtime instance.
Hi,
Currently there is only support for a single threaded tokio environment for clients, but would it be possible to add support for a multithreaded tokio environment?
The text was updated successfully, but these errors were encountered: