issues
search
automerge
/
automerge-repo-swift
Extends the Automerge-swift library, providing support for working with multiple Automerge documents at once, with pluggable network and storage providers.
https://swiftpackageindex.com/automerge/automerge-repo-swift/documentation/automergerepo
MIT License
23
stars
4
forks
source link
Pushing more things to be synchronous
#54
Closed
heckj
closed
6 months ago
heckj
commented
6 months ago
When they can be, isolated to the global actor:
setDelegate
addNetworkAdapter
updating the NetworkProvider protocol for sync instead of async on those
renaming SharePolicy and associated protocol
adding documentation to public methods
removing legacy dead code that was the informal first-pass of this library
When they can be, isolated to the global actor: