xtd 0.2.0
Loading...
Searching...
No Matches
thread.h File Reference
#include "parameterized_thread_start.h"
#include "wait_handle.h"
#include "thread_priority.h"
#include "thread_start.h"
#include "thread_state.h"
#include "../as.h"
#include "../core_export.h"
#include "../object.h"
#include "../time_span.h"
#include "../types.h"

Definition

Contains xtd::threading::thread class.

Go to the source code of this file.

Classes

class  xtd::threading::thread
 Creates and controls a thread, sets its priority, and gets its status. More...
 

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.