MySQL 8.0.37
Source Code Documentation
my_boost::thread Class Reference

#include <thread.h>

Classes

class  context
 

Public Member Functions

template<typename TCallable >
 thread (TCallable start)
 
void join ()
 

Private Attributes

my_thread_handle m_thread
 

Constructor & Destructor Documentation

◆ thread()

template<typename TCallable >
my_boost::thread::thread ( TCallable  start)
inline

Member Function Documentation

◆ join()

void my_boost::thread::join ( )

Member Data Documentation

◆ m_thread

my_thread_handle my_boost::thread::m_thread
private

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