Switch from Rc<RefCell> to Arc<Mutex<T>> or Arc<ReentrantMutex<RefCell<T>>>.

This commit is contained in:
Oleksandr Kozachuk
2023-01-06 13:12:58 +01:00
parent a2978c1230
commit 538a32a471
13 changed files with 384 additions and 214 deletions
+1
View File
@@ -22,6 +22,7 @@ base64 = "0.20.0"
shlex = "1.1.0"
shellexpand = "3.0.0"
scopeguard = "1.1.0"
parking_lot = { version = "0.12.1", features = ["deadlock_detection"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = "0.4.23"