mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 12:25:03 +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()
|
||||
.unwrap()
|
||||
.hierarchy
|
||||
.lock()
|
||||
.try_lock()
|
||||
.unwrap()
|
||||
.subscribe_root(observer)
|
||||
}
|
||||
|
@ -123,7 +123,7 @@ impl LoroCore {
|
|||
.write()
|
||||
.unwrap()
|
||||
.hierarchy
|
||||
.lock()
|
||||
.try_lock()
|
||||
.unwrap()
|
||||
.unsubscribe_root(subscription)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue