Null service that services as a ServiceLike placeholder.
More...
#include <net/service/context_thread.hpp>
|
| static auto | signal_handler (int signum) noexcept -> void |
| | signal handling placeholder.
|
| |
| static auto | start (async_context &ctx) noexcept -> std::error_code |
| | start placeholder.
|
| |
Null service that services as a ServiceLike placeholder.
◆ signal_handler()
| static auto net::service::detail::null_service::signal_handler |
( |
int |
signum | ) |
-> void |
|
inlinestaticnoexcept |
signal handling placeholder.
- Parameters
-
| signum | The signal number to handle. |
◆ start()
| static auto net::service::detail::null_service::start |
( |
async_context & |
ctx | ) |
-> std::error_code
|
|
inlinestaticnoexcept |
start placeholder.
- Parameters
-
| ctx | The asynchronous context to start on. |
- Returns
- A successful error code.
The documentation for this struct was generated from the following file: