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.
2 parents 02e0770 + 3b1791a commit dbf9d5aCopy full SHA for dbf9d5a
stdlib/public/Synchronization/Mutex/WasmImpl.swift
@@ -23,7 +23,7 @@ internal func _swift_stdlib_wait(
23
@_extern(c, "llvm.wasm32.memory.atomic.notify")
24
internal func _swift_stdlib_wake(on: UnsafePointer<UInt32>, count: UInt32)
25
26
-extension Atomic where Value == UInt32 {
+extension Atomic where Value == _MutexHandle.State {
27
internal borrowing func _wait(expected: _MutexHandle.State) {
28
_swift_stdlib_wait(
29
on: .init(_rawAddress),
0 commit comments