|
Context for canceling long running operations. More...
#include "azure/core/azure_assert.hpp"
#include "azure/core/datetime.hpp"
#include "azure/core/dll_import_export.hpp"
#include "azure/core/rtti.hpp"
#include <atomic>
#include <chrono>
#include <memory>
#include <stdexcept>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | Azure::Core::OperationCancelledException |
An exception thrown when an operation is cancelled. More... | |
class | Azure::Core::Context |
A context is a node within a tree that represents deadlines and key/value pairs. More... | |
class | Azure::Core::Context::Key |
A key used to store and retrieve data in an Azure::Core::Context object. More... | |
Namespaces | |
Azure | |
Azure SDK abstractions. | |
Azure::Core | |
Abstractions commonly used by Azure SDK client libraries. | |