QxOrm  1.4.9
C++ Object Relational Mapping library

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)


Defines

#define _QX_SERVICE_THREAD_POOL_H_

Typedefs

typedef std::shared_ptr
< QxThreadPool > 
qx::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.


Define Documentation

#define _QX_SERVICE_THREAD_POOL_H_

Definition at line 38 of file QxThreadPool.h.