AuroraRuntime/Include/Aurora/Threading/Threading.hpp

28 lines
464 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: Threading.hpp
Date: 2021-6-9
Author: Reece
***/
#pragma once
#include "IWaitable.hpp"
#include "Waitables/Waitables.hpp"
#include "Primitives/Primitives.hpp"
#include "WaitFor.hpp"
#include "Sleep.hpp"
#include "LockGuard.hpp"
#include "Threads/Threads.hpp"
namespace Aurora::Threading
{
/**
@deprecated
*/
AUKN_SYM void ContextYield();
}