We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e137f commit a6c9347Copy full SHA for a6c9347
Sources/AllocatedLock.swift
@@ -35,7 +35,7 @@
35
@available(tvOS, deprecated: 16.0, message: "use OSAllocatedUnfairLock directly")
36
@available(watchOS, deprecated: 9, message: "use OSAllocatedUnfairLock directly")
37
@available(macOS, deprecated: 13.0, message: "use OSAllocatedUnfairLock directly")
38
-public struct AllocatedLock<State> {
+public struct AllocatedLock<State>: @unchecked Sendable {
39
40
@usableFromInline
41
let storage: Storage
0 commit comments