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
MemDB currently uses a Mutex, but it should use an RWMutex instead. However, the mutex is returned through the public Mutex() method, so it's a breaking change. We should unexport Mutex() in #54 and then change it.
The text was updated successfully, but these errors were encountered:
MemDB currently uses a
Mutex
, but it should use anRWMutex
instead. However, the mutex is returned through the publicMutex()
method, so it's a breaking change. We should unexportMutex()
in #54 and then change it.The text was updated successfully, but these errors were encountered: