Join Slack
Powered by
Hi all, where can i get an example of "IO.repeatOr...
# arrow
j
Johan Basson
09/02/2020, 9:04 AM
Hi all, where can i get an example of "IO.repeatOrElse" ?
r
raulraja
09/02/2020, 9:20 AM
We don’t have a specific one but it’s described here for the new 0.11 version without IO
https://arrow-kt.io/docs/next/apidocs/arrow-fx-coroutines/arrow.fx.coroutines/-schedule/#common-use-cases
raulraja
09/02/2020, 9:21 AM
and
https://arrow-kt.io/docs/apidocs/arrow-fx/arrow.fx/-schedule/#repeating-an-effect-and-dealing-with-its-result
for the current version on IO
raulraja
09/02/2020, 9:22 AM
Feel free to PR add to that if you derive or find a good example so we can include it in the docs 🙂
j
Johan Basson
09/04/2020, 7:54 AM
Thanks
👍 1
5
Views
Open in Slack
Previous
Next