mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-18 18:51:19 +02:00
WIP
This commit is contained in:
@@ -66,7 +66,7 @@ extension Internals {
|
||||
|
||||
internal func addObserver<U: AnyObject>(
|
||||
_ observer: U,
|
||||
closure: @escaping (T) -> Void
|
||||
closure: @escaping @Sendable (T) -> Void
|
||||
) {
|
||||
|
||||
self.observers.setObject(
|
||||
|
||||
Reference in New Issue
Block a user