AuroraRuntime/Source/Threading/Primitives/SMPYield.cpp

15 lines
256 B
C++
Raw Normal View History

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