Join Slack
Powered by
is there any operator in flow that allows me to ju...
# coroutines
j
juliocbcotta
12/27/2021, 11:59 AM
is there any operator in flow that allows me to just log an error without having to do
catch { log(it) throw it}
? Something like
doOnError
?
e
ephemient
12/27/2021, 12:04 PM
https://github.com/Kotlin/kotlinx.coroutines/issues/1827
j
juliocbcotta
12/27/2021, 12:21 PM
thanks
5
Views
Open in Slack
Previous
Next