注释中写的,t1不是线程 那么t1是什么东西上图取自:std::thread::thread - cppreference.com属实看不懂这玩意
构造不表示线程的新 thread 对象, 只是一个空的thread对象,因为没有指定函数指针,所以不会启动一个线程。