目录
效果:
threaddlg.h
threaddlg.cpp
workthread.h
workthread.cpp
开启多线程后,使用qDebug()打印观察输出;
停止多线程时,系统不会立即终止这个线程,线程何时终止取决于操作系统的调度,使用wait()等待线程阻塞直到超时退出