AuroraRuntime/Include/Aurora/Threading/Threads/Threads.hpp

16 lines
358 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: Threads.hpp
Date: 2021-6-9
Author: Reece
***/
#pragma once
#include "IThreadFeature.hpp"
#include "EThreadPrio.hpp"
#include "AbstractThreadVectors.hpp"
#include "Thread.hpp"
#include "TLSView.hpp"
#include "TLSVariable.hpp"
#include "TLSStaticVariable.hpp"