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 9e1f956 commit 8cbe460Copy full SHA for 8cbe460
Sources/Atoms/Core/SubscriberState.swift
@@ -17,7 +17,7 @@ internal final class SubscriberState {
17
}
18
19
#else
20
- private var _unsubscribe = UnsafeUncheckedSendable<(@MainActor (Set<AtomKey>) -> Void)?>(nil)
+ private var _unsubscribe = UnsafeUncheckedSendable<(@MainActor () -> Void)?>(nil)
21
22
var unsubscribe: (@MainActor () -> Void)? {
23
_read { yield _unsubscribe.value }
0 commit comments