basically, I want my Repository to return channel ...
# coroutines
g
basically, I want my Repository to return channel and I thought
produce
is the way to go. Should I just pass
CoroutineScope
as a parameter?
g
it’s matter of style I believe