-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpatterns: Make memcursor concurrent safe
Summary: This MR enables the memory cursor to be concurrent safe in cases where the testing involves concurrency and prevents a panic when multiple go routines try to write to the store at the same time causing a panic with the message "concurrent map writes"
- Loading branch information
1 parent
69ee1a6
commit 2371e7c
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters