...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Start an asynchronous receive.
template< typename MutableBufferSequence, typename ReadToken = default_completion_token_t<executor_type>> DEDUCED async_receive( const MutableBufferSequence & buffers, ReadToken && token = default_completion_token_t< executor_type >()); » more... template< typename MutableBufferSequence, typename ReadToken = default_completion_token_t<executor_type>> DEDUCED async_receive( const MutableBufferSequence & buffers, socket_base::message_flags flags, ReadToken && token = default_completion_token_t< executor_type >()); » more...