Join Slack
Powered by
What does `mutableSharedFlow.asSharedFlow()` bring...
# coroutines
o
Orhan Tozan
10/26/2020, 10:27 PM
What does
mutableSharedFlow.asSharedFlow()
bring over
mutableSharedFlow as SharedFlow
?
e
ephemient
10/26/2020, 10:31 PM
can't be cast back into a MutableSharedFlow as it's a wrapper type (ReadonlySharedFlow)
👍 1
5
Views
Open in Slack
Previous
Next