...

/

Quiz: Coroutine Scope Functions

Quiz: Coroutine Scope Functions

Test yourself on what you've learned about coroutine scope functions.

We'll cover the following...
Technical Quiz
1.

(Fill in the blank.) The easiest way to make two suspending calls concurrently is by wrapping them with ________.

A.

launch

B.

async

C.

runBlocking

D.

GlobalScope


1 / 5