kushalp
06/03/2020, 9:44 PMIO<A>
, where A
is some enum
having 3 different states: Complete
, Error
and CustomError
. I want to retry the function until either Complete
is returned, or a duration exceeded condition is true. What is the best way to do that with IO
?stojan
06/04/2020, 7:04 AM