Skip to content

Commit 2c63478

Browse files
authored
Removing stray comments in AsyncValueSubject
1 parent 9379e6a commit 2c63478

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Sources/Boutique/Internal/AsyncValueSubject.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ internal final class AsyncValueSubject<Value: Sendable>: @unchecked Sendable {
1616
self.bufferingPolicy = bufferingPolicy
1717
}
1818

19-
// new mutex lock, but iOS 18
20-
// nslock or dispatchqueue
21-
2219
func send(_ newValue: Value) {
2320
// Acquire lock before updating state.
2421
self.lock.lock()

0 commit comments

Comments
 (0)