#include "workthread.h" workthread::workthread() { } void workthread::run() { while(1) { thred_loop(); } }