multi threaded workers

This commit is contained in:
JMARyA 2025-03-08 18:01:16 +01:00
parent 0c190df5d7
commit e827faaa3f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 208 additions and 45 deletions

View file

@ -12,3 +12,4 @@ once_cell = "1.20.3"
tokio = "1.43.0"
comrade-macro = { path = "./comrade-macro" }
serde_json = "1.0.140"
rand = "0.9.0"