Skip to main content

FeatStd Util

Thread safe String

The FeatStd::String class has been enhanced by a method String::GetCriticalSection which can be used to protect the internal c-string from modification by other threads.

The feature is only available when CMake flag FEATSTD_THREADSAFETY_ENABLED is enabled.