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 was archived by the owner on Feb 13, 2020. It is now read-only.
Although it is not really related to coroutines or channels I think it fits this lib because:
Suspending functions are good fit for calling external API, disk access etc. and all sort of things for which having retry mechanism is often useful.
One purpose of this project is to make actually easier and pleasant to use coroutines and channels instead of RxJava or equivalent reactive library. And theses reactive library usually provide a retry mechanism.
Although it is not really related to coroutines or channels I think it fits this lib because:
Implementation example: