-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
T:breakingType: BreakingType: Breaking
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T:breakingType: BreakingType: Breaking