fairness  v1.0.0
A collection of advanced syncronization mechanisms.
Loading...
Searching...
No Matches
boost::fairness::detail::ThreadPool< N > Class Template Reference

#include <thread_pool.hpp>

Public Member Functions

ThreadgetThread (void *const owner)
 
ThreadreGetThread (void *const owner)
 
void returnThread (Thread *const t)
 
 ThreadPool ()=default
 

Constructor & Destructor Documentation

◆ ThreadPool()

template<size_t N>
boost::fairness::detail::ThreadPool< N >::ThreadPool ( )
default

Member Function Documentation

◆ getThread()

template<size_t N>
Thread * boost::fairness::detail::ThreadPool< N >::getThread ( void *const  owner)
inline

◆ reGetThread()

template<size_t N>
Thread * boost::fairness::detail::ThreadPool< N >::reGetThread ( void *const  owner)
inline

◆ returnThread()

template<size_t N>
void boost::fairness::detail::ThreadPool< N >::returnThread ( Thread *const  t)
inline

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