fixed some bug
This commit is contained in:
@@ -38,6 +38,11 @@ public:
|
||||
this->p_queue.pop();
|
||||
return rc;
|
||||
}
|
||||
|
||||
void release()
|
||||
{
|
||||
this->d_condition.notify_one();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user