aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
641 stars 85 forks source link

Thread safety #103

Closed ekalchev closed 1 year ago

ekalchev commented 4 years ago

Can I set/get properties on IMySettings interface from different threads. I can see IConfigStores are not thread safe but that is not problem for me. I can roll my own but I am not sure if InterfaceInterceptor, IoHandler and other classes in the core implementation are designed to be thread safe?

ekalchev commented 3 years ago

I'll be happy if I have a word on this. Thanks!