xtd 0.2.0
Loading...
Searching...
No Matches
cancellation_token_registration.h
Go to the documentation of this file.
1
4#pragma once
5#include "../core_export.h"
6#include "../object.h"
7#include "../types.h"
8
10namespace xtd {
12 namespace threading {
27 struct data;
28 public:
30
33
40
42
45
47
50
51 private:
52
53 };
54 }
55}
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:32
Propagates notification that operations should be canceled.
Definition cancellation_token_registration.h:26
#define core_export_
Define shared library export.
Definition core_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10