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

15 lines
256 B
C++

/***
Copyright (C) 2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: SMTYield.cpp
Date: 2023-3-12
Author: Reece
***/
#include <Source/RuntimeInternal.hpp>
#include "SMTYield.hpp"
namespace Aurora::Threading::Primitives
{
}