Skip to content

Use RWMutex in MemDB #55

@erikgrinaker

Description

@erikgrinaker

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions