|
Robot Raconteur Core C++ Library
|
ThreadPool factory for use with RobotRaconteurNode. More...
#include <ThreadPool.h>
Public Member Functions | |
| virtual boost::shared_ptr< ThreadPool > | NewThreadPool (const boost::shared_ptr< RobotRaconteurNode > &node) |
| Construct and return a new threadpool. | |
ThreadPool factory for use with RobotRaconteurNode.
Use ThreadPoolFactory with RobotRaconteurNode::SetThreadPoolFactory() to configure the thread pool. Must be done before RobotRaconteurNode::Init() is called.
|
inlinevirtual |
Construct and return a new threadpool.
| node | The node owning the thread pool |