xtd 0.2.0
Loading...
Searching...
No Matches
timer_callback.h
Go to the documentation of this file.
1
4#pragma once
5#include "../action.h"
6#include <any>
7
9namespace xtd {
11 namespace threading {
27 }
28}
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10