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

18 lines
313 B
C++
Raw Normal View History

2021-06-27 21:25:29 +00:00
/***
2022-03-21 07:20:15 +00:00
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
2021-06-27 21:25:29 +00:00
File: EThreadThrottle.hpp
2022-03-21 07:20:15 +00:00
Date: 2022-3-21
2021-06-27 21:25:29 +00:00
Author: Reece
***/
#pragma once
namespace Aurora::Threading::Threads
{
AUE_DEFINE(EThreadThrottle,
(
ePerformance,
eNormal,
eEfficient
));
2021-06-27 21:25:29 +00:00
}