There was an error while loading. Please reload this page.
1 parent 9379e6a commit 2c63478Copy full SHA for 2c63478
1 file changed
Sources/Boutique/Internal/AsyncValueSubject.swift
@@ -16,9 +16,6 @@ internal final class AsyncValueSubject<Value: Sendable>: @unchecked Sendable {
16
self.bufferingPolicy = bufferingPolicy
17
}
18
19
- // new mutex lock, but iOS 18
20
- // nslock or dispatchqueue
21
-
22
func send(_ newValue: Value) {
23
// Acquire lock before updating state.
24
self.lock.lock()
0 commit comments