Clementine
|
Base class for all io_context services. More...
#include <io_context.hpp>
Public Member Functions | |
asio::io_context & | get_io_context () |
Get the io_context object that owns the service. | |
![]() | |
execution_context & | context () |
Get the context object that owns the service. | |
Protected Member Functions | |
ASIO_DECL | service (asio::io_context &owner) |
Constructor. More... | |
virtual ASIO_DECL | ~service () |
Destructor. | |
![]() | |
ASIO_DECL | service (execution_context &owner) |
Constructor. More... | |
Base class for all io_context services.
|
protected |
Constructor.
owner | The io_context object that owns the service. |