refactor: use mpsc instead of locking

This commit is contained in:
2022-08-15 01:14:35 +02:00
parent 1f9eed55c4
commit 4e85085b06
3 changed files with 28 additions and 11 deletions
Generated
+1
View File
@@ -965,6 +965,7 @@ name = "spamcontest"
version = "0.1.0"
dependencies = [
"chrono",
"dashmap",
"env_logger",
"itertools",
"log",