Search⌘ K
AI Features

Test Yourself: Coroutines

Evaluate your knowledge of C++20 coroutines through targeted questions. This lesson helps you reinforce key concepts about writing asynchronous code using coroutines, supporting event-driven systems and efficient task management.

We'll cover the following...

Choose the possible correct answer(s).

1.

Coroutines are generalized functions that can ______ and ______ their execution while keeping their state.

A.

pause

resume

B.

start

stop


1 / 3

I hope ...