xtd 0.2.0
wait_or_timer_callback.h
Go to the documentation of this file.
1 #pragma once
5 #include "../delegate.h"
6 #include <any>
7 
9 namespace xtd {
11  namespace threading {
28  using wait_or_timer_callback = delegate<void(std::any, bool)>;
29  }
30 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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