Quiz: Coroutine Context
Test yourself on what you've learned about coroutine contexts.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How can you find the name of a coroutine in CoroutineContext
?
A.
ctx[CoroutineName] or ctx.getName(CoroutineName)
B.
ctx[CoroutineName] or ctx.get[CoroutineName]
C.
ctx[Coroutinename] or ctx.get[Coroutinename]
D.
ctx[CoroutineName] or ctx.get(CoroutineName)
1 / 5