UA Server SDK C++ Bundle  1.3.3.206
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
UaThreadPool Class Reference

UaThreadPool This class manages and recycles individual UaThread objects to help reduce thread creation costs in programs that use threads. More...

#include <uathreadpool.h>

Public Member Functions

 UaThreadPool (OpcUa_UInt32 minThreads, OpcUa_UInt32 maxThreads)
 construction More...
 
virtual ~UaThreadPool ()
 destruction
 

Detailed Description

UaThreadPool This class manages and recycles individual UaThread objects to help reduce thread creation costs in programs that use threads.

It is not possible to create plane copies of this Class. It is not possible to use the default constructor.

Constructor & Destructor Documentation

UaThreadPool::UaThreadPool ( OpcUa_UInt32  minThreads,
OpcUa_UInt32  maxThreads 
)

construction

Parameters
[in]minThreadsthe minimum of threads to use.
[in]maxThreadsthe maximum of threads to use.

The documentation for this class was generated from the following files: