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 ca457a9 commit 44cc82fCopy full SHA for 44cc82f
Tests/MutexTests.swift
@@ -73,9 +73,9 @@ struct MutexTests {
73
}
74
75
76
-#endif
77
78
extension Mutex {
79
func unsafeLock() { storage.lock() }
80
func unsafeUnlock() { storage.unlock() }
81
+#endif
Tests/MutexXCTests.swift
@@ -70,4 +70,9 @@ final class MutexTests: XCTestCase {
70
71
72
+
+extension Mutex {
+ func unsafeLock() { storage.lock() }
+ func unsafeUnlock() { storage.unlock() }
+}
#endif
0 commit comments