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

Standard completion handler signature for async operations. More...

#include <socket_concepts.h>

Concept definition

template<typename F>
std::invocable<F, std::error_code, std::size_t>
Standard completion handler signature for async operations.

Detailed Description

Standard completion handler signature for async operations.

Definition at line 46 of file socket_concepts.h.