Fix the data race because progress block is called in non-main queue by dreampiggy · Pull Request #341 · SDWebImage/SDWebImageSwiftUI
Navigation Menu
{{ message }}
SDWebImage / SDWebImageSwiftUI Public
- Notifications You must be signed in to change notification settings
- Fork 257
Merged
Fix the data race because progress block is called in non-main queue#341
dreampiggy merged 1 commit intomasterfrom
Fix the data race because progress block is called in non-main queue#341
dreampiggy merged 1 commit intomasterfrom
Conversation
Copy link
Collaborator
dreampiggy
commented
Nov 6, 2024
dreampiggy
commented
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
merged commit
0b0c57f
into
master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment