AuroraRuntime/Include/Aurora/Threading/Primitives/Mutex.hpp
Reece 6974c713f7 [+] Allocationless thread primitives
[*] Rename SMPYield to SMTYield
2023-03-21 03:19:22 +00:00

13 lines
261 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: Mutex.hpp
Date: 2021-6-9
Author: Reece
***/
#pragma once
namespace Aurora::Threading::Primitives
{
AUKN_SHARED_SOO(Mutex, IWaitable, kPrimitiveSizeMutex);
}