#include "../enum.hpp"Contains xtd::threading::thread_state enumeration.
Go to the source code of this file.
Namespaces | |
| namespace | xtd | 
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.  | |
| namespace | 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 class | xtd::threading::thread_state {  xtd::threading::thread_state::running , xtd::threading::thread_state::stop_requested , xtd::threading::thread_state::suspend_requested , xtd::threading::thread_state::background , xtd::threading::thread_state::unstarted , xtd::threading::thread_state::stopped , xtd::threading::thread_state::wait_sleep_join , xtd::threading::thread_state::suspended , xtd::threading::thread_state::abort_requested , xtd::threading::thread_state::aborted }  | 
| Specifies the execution states of a System::Threading::Thread.  More... | |