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 {
29 struct data;
30 public:
32
35
42
44
47
49
52
53 private:
54
55 };
56 }
57}
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
Propagates notification that operations should be canceled.
Definition cancellation_token_registration.h:28
#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