QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Thread pool to manage list of threads for executing all transactions of QxService module. More...

#include <QtCore/qqueue.h>
#include <QxService/QxTransaction.h>
#include <QxService/QxServer.h>

Go to the source code of this file.

Classes

class  qx::service::QxThreadPool
 qx::service::QxThreadPool : thread-safe thread pool to manage list of threads for executing all transactions of QxService module More...
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 
namespace  qx::service
 QxOrm library services engine to provide easy and powerful way to create C++ application server (to transfer data over network)
 

Macros

#define _QX_SERVICE_THREAD_POOL_H_
 

Typedefs

typedef std::shared_ptr< QxThreadPoolqx::service::QxThreadPool_ptr
 

Detailed Description

Thread pool to manage list of threads for executing all transactions of QxService module.

Author
Lionel Marty

Definition in file QxThreadPool.h.

Macro Definition Documentation

◆ _QX_SERVICE_THREAD_POOL_H_

#define _QX_SERVICE_THREAD_POOL_H_

Definition at line 38 of file QxThreadPool.h.