Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMove to sync.RWMutex #17
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alexellis commentedFeb 3, 2019
If we move to sync.RWMutex then we can use a
RLock()
when constructing the topic list for external callers.Alex