Quiz: Coroutines Under the Hood
Test yourself on what you've learned about coroutines under the hood.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What does continuation-passing style mean?
A.
Continuations are passed from object to another object of a same class.
B.
Continuations are passed from function to function as arguments.
C.
Continuations are passed from an object to a function.
D.
None of the above
1 / 5
...