Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Attempting to make check.C safe for concurrent use #35
+15
−0
Conversation
cbroglie
commented
Mar 23, 2015
|
Fixes issues like these, found by the go race detector:
|
afinkenstadt
commented
Mar 23, 2015
|
|
|
I'm happy to merge something along these lines, but can we please have a simple mutex instead of a RW one? These are all extremely fast operations which don't benefit from concurrency. |
added a commit
to juju/check
that referenced
this pull request
Jun 17, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cbroglie commentedMar 23, 2015
This fixes some known issues, there may be others still