...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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.