xtd 0.2.0
Loading...
Searching...
No Matches

◆ auto_reset_event() [2/2]

xtd::threading::auto_reset_event::auto_reset_event ( bool  initial_state)
inlineexplicit

Initializes a new instance of the xtd::threading::auto_reset_event class with a bool value indicating whether to set the initial state to signaled.

Parameters
initial_statetrue to set the initial state to signaled; false to set the initial state to non-signaled.