xtd 0.2.0
Loading...
Searching...
No Matches
wait_or_timer_callback.h
Go to the documentation of this file.
1
4#pragma once
5#include "../delegate.h"
6#include <any>
7
9namespace xtd {
11 namespace threading {
28 using wait_or_timer_callback = delegate<void(std::any, bool)>;
29 }
30}
delegate< void(std::any, bool)> wait_or_timer_callback
Represents a method to be called when a xtd::threading::wait_handle is signaled or times out.
Definition wait_or_timer_callback.h:28
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10