提交 8f39e5c8 authored 作者: blu's avatar blu

upload video files

上级 14a5b632
...@@ -802,7 +802,7 @@ public: ...@@ -802,7 +802,7 @@ public:
// unique_lock<mutex> lk(this->mutEvent); // unique_lock<mutex> lk(this->mutEvent);
// this->cvEvent.wait(lk, [this] {return !(this->eventQueue.empty());}); // this->cvEvent.wait(lk, [this] {return !(this->eventQueue.empty());});
{ {
auto lg = lock_guard(this->mutEvent); lock_guard<mutex> lk(this->mutEvent);
if(this->eventQueue.empty()) { if(this->eventQueue.empty()) {
this_thread::sleep_for(chrono::seconds(5)); this_thread::sleep_for(chrono::seconds(5));
continue; continue;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论