Nuke
Nuke copied to clipboard
Nuke 13 – Swift 6
Requirements
- Xcode 16
Changes
ImagePipelineActor
Nuke has been designed around the global actor pattern for quite a while now, so it was an easy change to introduce a global ImagePipelineActor as a replacement. ImagePipeline, ImagePrefetcher, ImageTask, and all AsyncTask implementations are now syncrhonized on the new actor instead of a a serial GCD queue.
Came back here following a crash in TaskFetchOriginalData, and finding this thread: https://github.com/kean/Nuke/issues/798
Is there any progress on this PR? Anything we can do to help? 🙏 Thank you