1
This commit is contained in:
parent
8569af06ea
commit
9dc08638a0
@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
void IoMgr::Init()
|
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()
|
void IoMgr::UnInit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user