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

Make the MemoryDatabase Send+Sync #540

Open
notmandatory opened this issue Feb 7, 2022 · 0 comments
Open

Make the MemoryDatabase Send+Sync #540

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

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 enhancement New feature or request module-database labels Feb 7, 2022
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 enhancement New feature or request module-database
Projects
Status: No status
Development

No branches or pull requests

2 participants