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