Fix the data race because progress block is called in non-main queue by dreampiggy · Pull Request #341 · SDWebImage/SDWebImageSwiftUI

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@dreampiggy

Copy link

Collaborator

This close #318

This match the behavior of progress indicator, which only update on main queue

Note: This is different behavior compared to SDWebIamge on UIKit (progress updated in global queue)

This match the behavior of `progress indicator`, which only update on main queue

Note: This is different behavior compared to SDWebIamge on UIKit (progress updated in global queue)

@dreampiggy dreampiggy merged commit 0b0c57f into master

Nov 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Data Races

1 participant

@dreampiggy