xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
threading
timer_callback.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../action.hpp
"
6
#include <any>
7
9
namespace
xtd
{
11
namespace
threading
{
28
using
timer_callback
= action<const xtd::any_object&>;
29
}
30
}
action.hpp
Contains xtd::action delegate.
xtd::threading::timer_callback
action< const xtd::any_object & > timer_callback
Represents the method that handles calls from a xtd::threading::timer.
Definition
timer_callback.hpp:28
xtd::threading
The xtd::threading namespace provides classes and interfaces that enable multithreaded programming....
Definition
abandoned_mutex_exception.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.