poco
poco copied to clipboard
Documentation: API Thread Safety
Generate a document that describes general thread safety considerations for POCO C++ Libraries classes. Specifically, give a warning that some classes (Poco::DateTime, Poco::Timestamp, etc.) are not thread safe and users are responsible for protecting concurrent access with a Mutex.