Exchanges ownership of their associated threads of execution between
two std::thread
objects.
void swap(thread& lhs,thread& rhs);
lhs.swap(rhs)
Nothing
#include <thread>