hopefully the dispatch macro is properly multithreaded now

This commit is contained in:
2025-10-10 11:36:04 -04:00
parent cb25899252
commit ba2cde601d
3 changed files with 1087 additions and 644 deletions

View File

@ -12,3 +12,4 @@ proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.104", features = ["full"] }
http_core = { path = "../http_core" }
anyhow = "1.0.100"