I'd like to have one shared `Config` object that h...
# announcements
f
I'd like to have one shared
Config
object that holds the config data and can reload it from file. How would I best do the synchronization for this to be thread-safe? Edit: I now just went with a simple
ReentrantReadWriteLock