Is there a way to iterate over coroutineContext?
# coroutines
s
Is there a way to iterate over coroutineContext?
g
Probably only using
fold
function of context
👍 1
s
Yup, that does it