[*] 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>
|
template<bool bIsReadView, typename T>
|
||||||
bool RWLockAccessView<bIsReadView, T>::LockAbsMS(AuUInt64 timeout)
|
bool RWLockAccessView<bIsReadView, T>::LockAbsMS(AuUInt64 timeout)
|
||||||
{
|
{
|
||||||
|
|
||||||
if constexpr (bIsReadView)
|
if constexpr (bIsReadView)
|
||||||
{
|
{
|
||||||
return ViewParent->LockReadNSAbs(AuMSToNS<AuUInt64>(timeout));
|
return ViewParent->LockReadNSAbs(AuMSToNS<AuUInt64>(timeout));
|
||||||
|
Loading…
Reference in New Issue
Block a user