Join Slack
Powered by
Is there a `retry` or similar for `try`/`catch`?
# getting-started
r
reactormonk
10/18/2022, 3:56 PM
Is there a
retry
or similar for `try`/`catch`?
k
Kirill Grouchnikov
10/18/2022, 4:27 PM
How do you see this working, if an exception is thrown a few levels down the call stack, in the middle of your business logic?
s
Steve Georgakis
10/19/2022, 8:48 AM
https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/retry.html
Steve Georgakis
10/19/2022, 8:49 AM
I've also found this:
https://github.com/michaelbull/kotlin-retry
👀 1
2
Views
Open in Slack
Previous
Next