Closed teohhanhui closed 1 year ago
In the implementation of our ORM layer on top of autoserde, we're using Arc<RwLock<Doc>> to support multiple concurrent readers.
autoserde
Arc<RwLock<Doc>>
I wonder if it'd be appropriate for this crate?
This is implemented in #20 which I think we will merge shortly
Done in https://github.com/automerge/spanreed/pull/20
In the implementation of our ORM layer on top of
autoserde
, we're usingArc<RwLock<Doc>>
to support multiple concurrent readers.I wonder if it'd be appropriate for this crate?