Skip to content

Commit f6bdb9c

Browse files
committed
Stored: Sendable
1 parent 57c0e4f commit f6bdb9c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Source/Stored.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ public struct Stored<Value> {
3636
self.base = zip(storages: base).toAny()
3737
}
3838
}
39+
40+
#if swift(>=6.0)
41+
extension Stored: @unchecked Sendable {}
42+
#endif

0 commit comments

Comments
 (0)