예제 #1
0
//重启心跳和接收消息线程
void reset_tcp() {
	close_threads();
	init();
}
예제 #2
0
void RecordMonitor::run()
{
	window->run_window();
	close_threads();
}