Skip to content

Make the MemoryDatabase Send+Sync #540

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

Closed
notmandatory opened this issue Feb 7, 2022 · 1 comment
Closed

Make the MemoryDatabase Send+Sync #540

notmandatory opened this issue Feb 7, 2022 · 1 comment
Labels
discussion There's still a discussion ongoing module-database new feature New feature or request

Comments

@notmandatory
Copy link
Member

As discussed in #165, the Database Trait should be Send+Sync. One step in this direction is to make the MemoryDatabase struct Send+Sync. What ever solution is used should also work with WASM. Doing this work may also shed light on any required API changes in the Database trait.

@notmandatory notmandatory added discussion There's still a discussion ongoing new feature New feature or request module-database labels Feb 7, 2022
@notmandatory
Copy link
Member Author

Fixed in bdk_wallet with #1874 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion There's still a discussion ongoing module-database new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants