#include "IoContext.h"
|
IoContextBaseNamespace::IoContextBase | _impl |
|
◆ IoContext() [1/2]
Acore::Asio::IoContext::IoContext |
( |
| ) |
|
|
inline |
IoContextBaseNamespace::IoContextBase _impl
Definition IoContext.h:44
◆ IoContext() [2/2]
Acore::Asio::IoContext::IoContext |
( |
int |
concurrency_hint | ) |
|
|
inlineexplicit |
33:
_impl(concurrency_hint) { }
◆ get_executor()
boost::asio::io_context::executor_type Acore::Asio::IoContext::get_executor |
( |
| ) |
|
|
inlinenoexcept |
41{
return _impl.get_executor(); }
References _impl.
◆ operator IoContextBaseNamespace::IoContextBase &()
Acore::Asio::IoContext::operator IoContextBaseNamespace::IoContextBase & |
( |
| ) |
|
|
inline |
◆ operator IoContextBaseNamespace::IoContextBase const &()
Acore::Asio::IoContext::operator IoContextBaseNamespace::IoContextBase const & |
( |
| ) |
const |
|
inline |
◆ run()
std::size_t Acore::Asio::IoContext::run |
( |
| ) |
|
|
inline |
◆ stop()
void Acore::Asio::IoContext::stop |
( |
| ) |
|
|
inline |
◆ _impl
IoContextBaseNamespace::IoContextBase Acore::Asio::IoContext::_impl |
|
private |
The documentation for this class was generated from the following file: