[*] Deaf, dumb, and blind
This commit is contained in:
parent
fa170c413d
commit
cd362db7af
@ -36,7 +36,6 @@ namespace Aurora::Threading::Primitives
|
||||
template<bool bIsReadView, typename T>
|
||||
bool RWLockAccessView<bIsReadView, T>::LockAbsMS(AuUInt64 timeout)
|
||||
{
|
||||
|
||||
if constexpr (bIsReadView)
|
||||
{
|
||||
return ViewParent->LockReadNSAbs(AuMSToNS<AuUInt64>(timeout));
|
||||
|
Loading…
Reference in New Issue
Block a user