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
+1
View File
@@ -11,6 +11,7 @@ env_logger = "0.9"
chrono = "0.4"
itertools = "0.10"
tokio = {version = "1.20", features = ["rt-multi-thread", "signal"]}
dashmap = "5.3.4"
[dependencies.serenity]
version = "0.11"