added Publishers for addStorage functions

This commit is contained in:
John Estropia
2021-03-07 16:08:19 +09:00
parent 003bf897e2
commit bfb1df3c40
5 changed files with 324 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ extension ListPublisher {
/**
A `Publisher` that emits a `ListSnapshot` whenever changes occur in the `ListPublisher`.
- SeeAlso: ListPublisher.reactive.snapshot(emitInitialValue:)
*/
public struct SnapshotPublisher: Publisher {