Don't use captures for co_await
using captures with coroutines might cause use after free, see
https://devblogs.microsoft.com/oldnewthing/20211103-00/?p=105870
move the captures to parameters for the coroutines
using captures with coroutines might cause use after free, see
https://devblogs.microsoft.com/oldnewthing/20211103-00/?p=105870
move the captures to parameters for the coroutines