Skip to content

Commit

Permalink
Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Sep 26, 2024
1 parent f313228 commit 03bead7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FetchRequests/Sources/OrderedSetCompat.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ struct OrderedSet<Element: Hashable> {
}
}

// MARK: - Sendable

extension OrderedSet: Sendable where Element: Sendable {}

// MARK: - Capacity

extension OrderedSet {
Expand Down

0 comments on commit 03bead7

Please sign in to comment.