Skip to content

Commit 8ca3c01

Browse files
committed
#23: + Note that at this point we are finally awaiting the completion of all cancelled Futures.
1 parent 9d34292 commit 8ca3c01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async_API.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ void async_await_futures(
10561056

10571057
// If the await on futures has completed and
10581058
// 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.
10591060
if (await_context->cancel_on_exit) {
10601061
async_cancel_awaited_futures(await_context, futures);
10611062
}

0 commit comments

Comments
 (0)