You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Poco::Util::AbstractConfiguration and subclasses are generally thread-safe with regard to basic get/set/enumerate operations, some methods by certain subclasses like load(), save() or clear() are not thread-safe.