TAtomic deprecated?

Hello,
I’ve just learned C++ multithreading and want to practice the basics in Unreal.
Reading the 5.1 documents, I see the TAtomic is deprecated.
Does anyone know any Unreal alternative or what is planned to replace this?
Should I just use std::atomic?

Maybe the documentation has changed since your post, but it now says "Use std::atomic for new code ", so yes.

1 Like

Yes it was added later.