xtd 0.2.0
event_reset_mode.h File Reference
#include "../enum.h"

Definition

Contains xtd::threading::event_reset_mode enumeration.

Include dependency graph for event_reset_mode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::threading
 The xtd::threading namespace provides classes and interfaces that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data ( xtd::threading::mutex, xtd::threading::monitor, xtd::threading::interlocked, xtd::threading::auto_reset_event, and so on), this namespace includes a xtd::threading::thread_pool class that allows you to use a pool of system-supplied threads, and a xtd::threading::timer class that executes callback methods on thread pool threads.
 

Enumerations

enum  xtd::threading::event_reset_mode {
  xtd::threading::event_reset_mode::auto_reset = 0,
  xtd::threading::event_reset_mode::manual_reset = 1
}
 Indicates whether an xtd::threading::event_wait_handle is reset automatically or manually after receiving a signal. More...