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

Client support for multithreaded tokio environment #108

Closed
jsnnerve opened this issue Jan 3, 2022 · 1 comment
Closed

Client support for multithreaded tokio environment #108

jsnnerve opened this issue Jan 3, 2022 · 1 comment

Comments

@jsnnerve
Copy link

jsnnerve commented Jan 3, 2022

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?

@uklotzde
Copy link
Member

uklotzde commented Mar 4, 2023

Not planned.

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.

See also: #145

@uklotzde uklotzde closed this as completed Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants