Quiz: Coroutine Context

Test yourself on what you've learned about coroutine contexts.

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)
Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.