Provides the xtd::timers::timer component, which allows you to raise an event on a specified interval.
Classes | |
| class | elapsed_event_args |
| Provides data for the xtd::timers::timer::elapsed event. More... | |
| class | timer |
| Generates an event after a set interval, with an option to generate recurring events. More... | |
Alias | |
| using | elapsed_event_handler = xtd::delegate< void(xtd::object &sender, const elapsed_event_args &e)> |
| Represents the method that will handle the signal events of a xtd::environment. More... | |