MADARA  3.1.8
madara::threads Namespace Reference

Provides a quality-of-service-enabled threading library. More...

Classes

class  BaseThread
 Abstract base class for implementing threads. More...
 
class  JavaThread
 A facade for a user-defined Java thread class. More...
 
class  RCWThread
 Abstract base class for implementing RCW threads. More...
 
class  Threader
 Starts threads with first class support of MADARA contexts. More...
 
class  WorkerThread
 A thread that executes BaseThread logic. More...
 
class  WorkUnit
 Abstract base class for implementing base threads. More...
 

Typedefs

typedef std::map< std::string, WorkerThread * > NamedWorkerThreads
 Collection of named threads. More...
 

Detailed Description

Provides a quality-of-service-enabled threading library.

Typedef Documentation

typedef std::map<std::string, WorkerThread *> madara::threads::NamedWorkerThreads

Collection of named threads.

Definition at line 139 of file WorkerThread.h.