[*] Further malding
This commit is contained in:
parent
a5757c31e0
commit
48e1ed80ae
@ -85,7 +85,7 @@ namespace Aurora::Threading::Primitives
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
while (this->state_ < 0 || this->writersPending_)
|
while (this->state_ < 0 /* || this->writersPending_*/)
|
||||||
{
|
{
|
||||||
if (!this->condition_->WaitForSignal(timeout))
|
if (!this->condition_->WaitForSignal(timeout))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user