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 ce4a065 commit f25eeb1Copy full SHA for f25eeb1
Sources/Mutex.swift
@@ -35,7 +35,7 @@
35
// Backports the Synchronization.Mutex API for earlier Darwin platforms
36
37
@usableFromInline
38
-struct Mutex<Value>: @unchecked Sendable {
+struct Mutex<Value>: @unchecked Sendable, ~Copyable {
39
let storage: Storage
40
41
0 commit comments