Compute hashes on dedicated threads

This commit is contained in:
Alex Auvolat
2022-07-18 17:18:47 +02:00
parent a184f0d0b5
commit 1b2e1296eb
11 changed files with 188 additions and 51 deletions
+1
View File
@@ -3,6 +3,7 @@
#[macro_use]
extern crate tracing;
pub mod async_hash;
pub mod background;
pub mod config;
pub mod crdt;