https://kotlinlang.org logo
#coroutines
Title
# coroutines
s

Sam

11/26/2018, 2:34 PM
Is there a way to iterate over coroutineContext?
g

gildor

11/26/2018, 2:56 PM
Probably only using
fold
function of context
👍 1
s

Sam

11/26/2018, 3:03 PM
Yup, that does it
4 Views