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

Remove no longer needed synchronization point in ImageDecoder #277

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

kean
Copy link
Owner

@kean kean commented Jul 14, 2019

There was a defect in iOS 9 which made UIImage initializer not thread safe and which was fixed in iOS 10. The workaround is no longer needed.

It is now also possible to decode images in parallel.

More information available here https://github.com/AFNetworking/AFNetworking/issues/2572.

@kean kean merged commit 39e883e into master Jul 16, 2019
@kean kean deleted the remove-redundant-synchronization-point branch July 21, 2019 12:21
@kean kean mentioned this pull request Apr 23, 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