You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class P1 {
int id_;
};
class P2 {
int id_;
};
class P3 {
int id_;
};
class P4 {
int id_;
};
class P5 {
int id_;
};把测试案列改成这样,会core dump。
最便捷的解决,但不严谨
Slot *MemoryPool::popFreeList() {
std::this_thread::sleep_for(std::chrono::milliseconds(10));
...
}