fix thread destory coredump.

This commit is contained in:
caozhiyi
2021-03-23 22:17:13 +08:00
parent fe6b5bdf98
commit bc74d0a776
18 changed files with 89 additions and 49 deletions

View File

@@ -30,6 +30,10 @@ void CppNet::Init(int32_t thread_num) {
}
}
void CppNet::Destory() {
_cppnet_base->Dealloc();
}
void CppNet::Join() {
_cppnet_base->Join();
}