AsyncProcedure trait.
More...
#include <packio/traits.h>
template<typename T, typename Rpc>
struct packio::traits::AsyncProcedure< T, Rpc >
AsyncProcedure trait.
Procedure registered with dispatcher::add_async
- Must be callable with completion_handler as first argument.
- No overload resolution can be performed.
- The other arguments must be serializable and will be used as the procedure's arguments.
The documentation for this struct was generated from the following file: