Multi Thread sync, ported from 5d2b85c03a

This commit is contained in:
DenioD
2020-07-29 15:23:54 +02:00
parent b23a311599
commit e6ad8d9617
5 changed files with 413 additions and 84 deletions

View File

@@ -23,6 +23,9 @@ rand = "0.7.2"
sodiumoxide = "0.2.5"
ring = "0.16.9"
libflate = "0.1"
subtle = "2"
threadpool = "1.8.0"
num_cpus = "1.13.0"
tonic = { version = "0.1.1", features = ["tls", "tls-roots"] }
bytes = "0.4"