#include <IoContext.h>
|
| using | Executor = boost::asio::io_context::executor_type |
| |
|
| boost::asio::io_context | _impl |
| |
Definition at line 29 of file IoContext.h.
◆ Executor
◆ IoContext() [1/2]
| Trinity::Asio::IoContext::IoContext |
( |
| ) |
|
|
inline |
◆ IoContext() [2/2]
| Trinity::Asio::IoContext::IoContext |
( |
int |
concurrency_hint | ) |
|
|
inlineexplicit |
◆ get_executor()
| Executor Trinity::Asio::IoContext::get_executor |
( |
| ) |
|
|
inlinenoexcept |
◆ operator boost::asio::io_context &()
| Trinity::Asio::IoContext::operator boost::asio::io_context & |
( |
| ) |
|
|
inline |
◆ operator boost::asio::io_context const &()
| Trinity::Asio::IoContext::operator boost::asio::io_context const & |
( |
| ) |
const |
|
inline |
◆ poll()
| std::size_t Trinity::Asio::IoContext::poll |
( |
| ) |
|
|
inline |
◆ restart()
| void Trinity::Asio::IoContext::restart |
( |
| ) |
|
|
inline |
◆ run()
| std::size_t Trinity::Asio::IoContext::run |
( |
| ) |
|
|
inline |
◆ stop()
| void Trinity::Asio::IoContext::stop |
( |
| ) |
|
|
inline |
◆ stopped()
| bool Trinity::Asio::IoContext::stopped |
( |
| ) |
const |
|
inline |
◆ _impl
| boost::asio::io_context Trinity::Asio::IoContext::_impl |
|
private |
The documentation for this class was generated from the following file: