...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 CompletionToken> requires std::is_void_v< input_type > auto async_resume( CompletionToken && token); » more... template< typename CompletionToken, detail::convertible_to< input_type > T> auto async_resume( T && ip, CompletionToken && token); » more...