[*] Win10/Linux regression in RWLock (again)

This commit is contained in:
Reece Wilson 2023-08-31 18:37:56 +01:00
parent dd655ad3e0
commit a20e9b4954

View File

@ -885,6 +885,8 @@ namespace Aurora::Threading::Primitives
this->SignalManyReader();
return true;
}
return false;
}
else
{