Problemunvalidated

The return type of `asyncConnectAndHandshake` function should be a promise that can be either used in a coroutine with co_await or in a regular function with `operator()`. Tension: This line of code should be executed when promise1 is completed. Outcome: Should I use async_compose?

46bbdc75-14ea-483d-aaf1-e9ce99b47019

The return type of asyncConnectAndHandshake function should be a promise that can be either used in a coroutine with co_await or in a regular function with operator(). Tension: This line of code should be executed when promise1 is completed. Outcome: Should I use async_compose?