poco icon indicating copy to clipboard operation
poco copied to clipboard

Documentation: API Thread Safety

Open obiltschnig opened this issue 1 year ago • 0 comments

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.

obiltschnig avatar Dec 19 '23 20:12 obiltschnig