Hello i am writing thread safe wrapper for std::string
class ThreadSafeString { public: ThreadSafeString(std::string&& str) noexcept { std