AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetTheLights.h
1
6#pragma once
7
8#include <aws/core/Core_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSStack.h>
10#include <functional>
11#include <atomic>
12
13namespace Aws
14{
15 namespace Utils
16 {
25 class AWS_CORE_API GetTheLights
26 {
27 public:
29 void EnterRoom(std::function<void()>&&);
30 void LeaveRoom(std::function<void()>&&);
31 private:
32 std::atomic<int> m_value;
33 };
34 }
35}
void EnterRoom(std::function< void()> &&)
void LeaveRoom(std::function< void()> &&)