We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d34292 commit 8ca3c01Copy full SHA for 8ca3c01
async_API.c
@@ -1056,6 +1056,7 @@ void async_await_futures(
1056
1057
// If the await on futures has completed and
1058
// the automatic cancellation mode for pending coroutines is active.
1059
+ // !Note! that at this point we are finally awaiting the completion of all cancelled Futures.
1060
if (await_context->cancel_on_exit) {
1061
async_cancel_awaited_futures(await_context, futures);
1062
}
0 commit comments