#include std::jthread t([] { std::cout << "Hello" << std::endl; });