|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
35 class manual_reset_event :
public event_wait_handle {
40 manual_reset_event() =
default;
35 class manual_reset_event :
public event_wait_handle {
…};
manual_reset_event(bool initial_state)
Initializes a new instance of the xtd::threading::manual_reset_event class with a bool value indicati...
Definition manual_reset_event.hpp:44
Contains xtd::threading::event_wait_handle exception.
event_reset_mode
Indicates whether an xtd::threading::event_wait_handle is reset automatically or manually after recei...
Definition event_reset_mode.hpp:24
@ manual_reset
When signaled, the xtd::threading::event_wait_handle releases all waiting threads and remains signale...
Definition event_reset_mode.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