2021-10-02 10:28:49 +00:00
|
|
|
/***
|
|
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
|
2021-10-03 12:47:16 +00:00
|
|
|
File: WaitSingle.Generic.cpp
|
2021-10-02 10:28:49 +00:00
|
|
|
Date: 2021-10-2
|
|
|
|
Author: Reece
|
|
|
|
***/
|
|
|
|
#include <Source/RuntimeInternal.hpp>
|
2021-10-03 12:47:16 +00:00
|
|
|
#include "WaitSingle.hpp"
|
|
|
|
|
|
|
|
#if defined(IMPL_WAIT_SINGLE_GEN)
|
2021-10-02 10:28:49 +00:00
|
|
|
|
|
|
|
namespace Aurora::Loop
|
|
|
|
{
|
|
|
|
|
2021-10-03 12:47:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|