Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::concepts::ErrorCompletionHandler Concept Reference

Error-only completion handler signature. More...

#include <socket_concepts.h>

Concept definition

template<typename F>
concept kcenon::network::concepts::ErrorCompletionHandler = std::invocable<F, std::error_code>
Error-only completion handler signature.

Detailed Description

Error-only completion handler signature.

Definition at line 53 of file socket_concepts.h.