...

/

Test Yourself: Coroutines

Test Yourself: Coroutines

Attempt the following quiz to test your understanding of coroutines.

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

Question 1 of 30 attempted

I ...