程序退出清理
This commit is contained in:
parent
2997b4a7c6
commit
e509b1645b
|
|
@ -194,6 +194,7 @@ int main(int argc,char *argv[]){
|
||||||
UDPServer::Destory();
|
UDPServer::Destory();
|
||||||
//TcpServer用到了WorkThreadPool
|
//TcpServer用到了WorkThreadPool
|
||||||
WorkThreadPool::Destory();
|
WorkThreadPool::Destory();
|
||||||
|
AsyncTaskThread::Destory();
|
||||||
EventPoller::Destory();
|
EventPoller::Destory();
|
||||||
Logger::Destory();
|
Logger::Destory();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue