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

@@ -61,3 +61,4 @@ zerocopy = { version = "0.7.32", features = ["derive"] }
home = "0.5.9"
procspawn = "1.0.0"
serial_test = "3.0.0"
derive_builder = "0.20.0"