xtd 0.2.0
cancellation_token_registration.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "../core_export.hpp"
6#include "../object.hpp"
7#include "../types.hpp"
8
10namespace xtd {
12 namespace threading {
56 }
57}
object()=default
Create a new instance of the ultimate base class object.
Propagates notification that operations should be canceled.
Definition cancellation_token_registration.hpp:28
Contains core_export_ keyword.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
The xtd::threading namespace provides classes and interfaces that enable multithreaded programming....
Definition abandoned_mutex_exception.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr const_pointer data() const noexcept
Gets direct access to the underlying contiguous storage.
Definition read_only_span.hpp:201
Contains xtd::object class.
Contains xtd fundamental types.