mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-25 09:04:59 +01:00
added Publishers for addStorage functions
This commit is contained in:
@@ -37,6 +37,8 @@ extension ObjectPublisher {
|
||||
|
||||
/**
|
||||
A `Publisher` that emits an `ObjectSnapshot?` whenever changes occur in the `ObjectPublisher`. The event emits `nil` if the object has been deletd.
|
||||
|
||||
- SeeAlso: ObjectPublisher.reactive.snapshot(emitInitialValue:)
|
||||
*/
|
||||
public struct SnapshotPublisher: Publisher {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user