[*] Further malding

This commit is contained in:
Reece Wilson 2022-06-02 18:05:38 +01:00
parent a5757c31e0
commit 48e1ed80ae

View File

@ -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))
{ {