mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 22:58:23 +00:00
Merge branch 'main' into perf-wasm-analysis
This commit is contained in:
commit
8c24f718e9
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ impl LoroCore {
|
||||||
.write()
|
.write()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.hierarchy
|
.hierarchy
|
||||||
.lock()
|
.try_lock()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.subscribe_root(observer)
|
.subscribe_root(observer)
|
||||||
}
|
}
|
||||||
|
@ -123,7 +123,7 @@ impl LoroCore {
|
||||||
.write()
|
.write()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.hierarchy
|
.hierarchy
|
||||||
.lock()
|
.try_lock()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.unsubscribe_root(subscription)
|
.unsubscribe_root(subscription)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue