Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a Combine method if available #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Use a Combine method if available #10

wants to merge 2 commits into from

Conversation

Maquert
Copy link
Owner

@Maquert Maquert commented May 29, 2021

Summary

Combine already includes a Throttle, which is already a better and more reliable version than the one that is included in Epic.
In favour of the external library deprecation, I would recommend using the Combine version if possible.
For those clients that may or not build for iOS 13 as the minimum deployment SDK, you can still use the Epic throttle as you used to.

Breaking changes

None. The legacy throttle will work as before, but clients that include Combine will use the Combine version instead under the hood.
No changes must be applied to any project.

@Maquert Maquert self-assigned this May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant