AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <atomic>
#include <condition_variable>
#include <chrono>
#include <deque>
#include <functional>
#include <future>
#include <memory>
#include <mutex>
#include <utility>
#include <AVSCommon/Utils/Threading/ExecutorInterface.h>
#include <AVSCommon/Utils/Threading/TaskThread.h>
#include <AVSCommon/Utils/Power/PowerResource.h>
Go to the source code of this file.
Classes | |
class | alexaClientSDK::avsCommon::utils::threading::Executor |
Single-thread executor implementation. More... | |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::avsCommon | |
alexaClientSDK::avsCommon::utils | |
alexaClientSDK::avsCommon::utils::threading | |
Functions | |
template<typename T > | |
static void | alexaClientSDK::avsCommon::utils::threading::forwardPromise (std::promise< T > &promise, std::future< T > &future) noexcept |
template<> | |
void | alexaClientSDK::avsCommon::utils::threading::forwardPromise< void > (std::promise< void > &promise, std::future< void > &future) noexcept |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0