there isn’t a coroutines standard lib function for...
# coroutines
l
there isn’t a coroutines standard lib function for retries is there?
s
No But for flows there is
g
stdlib contains just a couple of functions that use coroutines. You probably talking about kotlinx.coroutines. but yeah, answer the same, there is retry for Flow, no standard suspend retry
d
You can use retry for coroutines in resilience4j 1.1.+
s
@gildor indeed, missed that stdlib function part