You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
@nomisRev the problem here with never is that in the Coroutines impl you're able to pass a never like invoke(suspend { arrow.fx.coroutines.never<Unit>() }) but AFAIK we cannot do that right now with Monad but rather Async, no?
* Fix schedule recurs #173 returning the number of total iterations, instead of repetitions
* Fix never #174 that should never repeat and basically hang the program
* Fix repeat not waiting for delay after first emission #172
* Also removed Alternative and MonoidK instances as it might not have sense to provide Schedule.never() as MonoidK.empty()
Co-authored-by: Rachel M. Carmena <rachelcarmena@users.noreply.github.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version are you currently using?
0.10.5
What would you like to see?
Schedule.never
should wait forever like all otherF
never
operators.Fixed Arrow Fx Coroutines source
Broken Arrow Fx source
The text was updated successfully, but these errors were encountered: