xtd 0.2.0
Loading...
Searching...
No Matches
timer_callback.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "../action.hpp"
6#include <any>
7
9namespace xtd {
11 namespace threading {
28 using timer_callback = action<const xtd::any_object&>;
29 }
30}
Contains xtd::action delegate.
action< const xtd::any_object & > timer_callback
Represents the method that handles calls from a xtd::threading::timer.
Definition timer_callback.hpp:28
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