#include <null_thread.hpp>
Inherits boost::noncopyable.
Public Member Functions | |
| template<typename Function> | |
| null_thread (Function f) | |
| ~null_thread () | |
| void | join () |
Definition at line 37 of file null_thread.hpp.
| asio::detail::null_thread::null_thread | ( | Function | f | ) | [inline] |
Definition at line 43 of file null_thread.hpp.
References simple_client::e, asio::detail::error_base< T >::operation_not_supported, and throw_exception().
| asio::detail::null_thread::~null_thread | ( | ) | [inline] |
Definition at line 51 of file null_thread.hpp.
| void asio::detail::null_thread::join | ( | ) | [inline] |
Definition at line 56 of file null_thread.hpp.
Referenced by asio::thread::join(), and asio::detail::select_reactor< Own_Thread >::shutdown_service().
1.5.6