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

Non-async version of rust bitcoin client #285

Open
dr-orlovsky opened this issue Sep 9, 2024 · 2 comments
Open

Non-async version of rust bitcoin client #285

dr-orlovsky opened this issue Sep 9, 2024 · 2 comments

Comments

@dr-orlovsky
Copy link

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?

@bigspider
Copy link
Collaborator

There is already a non async client, let me know if you have any issues using it - I definitely care about keeping it working.

@dr-orlovsky
Copy link
Author

Thank you for pointing out at it! Checking in my integration and will let you know

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