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 9b70c02 commit b215114Copy full SHA for b215114
Sources/Mutex.swift
@@ -30,6 +30,7 @@
30
//
31
32
// Backports the Swift 6 type Mutex<Value> to all Darwin platforms
33
+// @available(SwiftStdlib 6.0, deprecated, message: "Use Synchronization.Mutex included with Swift 6")
34
public struct Mutex<Value>: @unchecked Sendable {
35
let lock: AllocatedLock<Value> // Compatible with OSAllocatedUnfairLock iOS 16+
36
}
0 commit comments