Quiz: Coroutine Builders
Test yourself on what you've learned about coroutine builders.
We'll cover the following...
1
What does the async
function return?
A)
An object of type int
B)
A reference pointer
C)
An object of type Deferred < T >
D)
An object of type float
Question 1 of 50 attempted