Try threads instead of process

This commit is contained in:
Prabhpreet Dua
2024-04-16 09:22:08 +05:30
parent 92824bb5b0
commit e7de4848fb
7 changed files with 132 additions and 23 deletions

View File

@@ -38,6 +38,7 @@ mio = { workspace = true }
rand = { workspace = true }
zerocopy = { workspace = true }
home = { workspace = true }
derive_builder = {workspace = true}
[build-dependencies]
anyhow = { workspace = true }
@@ -47,4 +48,4 @@ criterion = { workspace = true }
test_bin = { workspace = true }
stacker = { workspace = true }
procspawn = {workspace = true}
serial_test = {workspace = true}
serial_test = {workspace = true}