Skip to content

Don't use captures for co_await

Marco Martin requested to merge work/mart/coroParameters into master

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

Merge request reports