Skip to content

Commit

Permalink
Make ImageTask.State explicitly Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 3, 2024
1 parent 5a0c759 commit 8983d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nuke/ImageTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public final class ImageTask: Hashable {
}

/// The state of the image task.
public enum State {
public enum State: Sendable {
/// The task is currently running.
case running
/// The task has received a cancel message.
Expand Down

0 comments on commit 8983d5d

Please sign in to comment.