xtd 0.2.0
timer_callback.h
Go to the documentation of this file.
1 #pragma once
5 #include "../action.h"
6 #include <any>
7 
9 namespace xtd {
11  namespace threading {
27  }
28 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
delegate< void(arguments_t...)> action
Represents a xtd::delegate that has variable parameters and does not return a value.
Definition: action.h:18
action< std::any > timer_callback
Represents the method that handles calls from a xtd::threading::timer.
Definition: timer_callback.h:26