Skip to content

Commit

Permalink
Declare MessageIdentificationShiftWrapper to be Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed Jan 6, 2025
1 parent a0441a5 commit 11d19e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NIOIMAPCore/Grammar/UID/MessageIdentifierSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public struct MessageIdentifierSet<IdentifierType: MessageIdentifier>: Hashable,
/// This allows us to store `type`.max + 1 inside a UInt32.
/// This applies for both UIDs and SequenceNumbers.
@usableFromInline
struct MessageIdentificationShiftWrapper: Hashable {
struct MessageIdentificationShiftWrapper: Hashable, Sendable {
var rawValue: UInt32

init(rawValue: UInt32) {
Expand Down

0 comments on commit 11d19e4

Please sign in to comment.