2023-03-12 15:27:28 +00:00
|
|
|
/***
|
|
|
|
Copyright (C) 2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
|
2023-03-21 03:18:09 +00:00
|
|
|
File: SMTYield.cpp
|
2023-03-12 15:27:28 +00:00
|
|
|
Date: 2023-3-12
|
|
|
|
Author: Reece
|
|
|
|
***/
|
|
|
|
#include <Source/RuntimeInternal.hpp>
|
2023-03-21 03:18:09 +00:00
|
|
|
#include "SMTYield.hpp"
|
2023-03-12 15:27:28 +00:00
|
|
|
|
|
|
|
namespace Aurora::Threading::Primitives
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|