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
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.
The text was updated successfully, but these errors were encountered:
As discussed in #165, the
Database
Trait should beSend+Sync
. One step in this direction is to make theMemoryDatabase
structSend+Sync
. What ever solution is used should also work with WASM. Doing this work may also shed light on any required API changes in theDatabase
trait.The text was updated successfully, but these errors were encountered: