fix: make all node aspects thread safe

This commit is contained in:
Nova
2022-06-14 02:14:27 -04:00
parent 2c5d9c3c7f
commit 559d969b10
4 changed files with 48 additions and 44 deletions

View File

@@ -17,6 +17,7 @@ mint = "0.5.9"
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
nanoid = "0.4.0"
parking_lot = "0.12.1"
portable-atomic = {version = "0.3.0", features = ["float", "std"]}
rccell = "0.1.3"
rustc-hash = "1.1.0"
slab = "0.4.6"