Asynchronously receive a message.
template< typename CompletionToken = DEFAULT> auto async_receive( CompletionToken && token = DEFAULT);
As determined by the Signatures... template parameter and the channel traits.
Signatures...