put tokio runtime in dedicated thread (#1086)

* put tokio runtime in dedicated thread

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2026-06-16 11:33:27 +02:00
committed by GitHub
parent 19142a30c6
commit c290e60af1
5 changed files with 36 additions and 14 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-big-array = "0.5"
sha2 = "0.11"
tokio = {version = "1.46", features = ["rt-multi-thread", "macros", "fs", "process"] }
tokio = {version = "1.46", features = ["rt-multi-thread", "fs", "process"] }
spin_sleep = "1.3"
encoding_rs = "0.8"
mimalloc = "0.1"