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