This commit is contained in:
azw 2023-05-07 01:33:14 +00:00
parent 8569af06ea
commit 9dc08638a0

View File

@ -6,7 +6,9 @@
void IoMgr::Init()
{
for (int i = 0; i < IC_Max; ++i) {
io_contexts_.push_back(std::vector<std::shared_ptr<asio::io_context>>());
}
}
void IoMgr::UnInit()