Rewrite wait handles and wait handle store in Rust

This commit is contained in:
ridiculousfish
2023-03-13 19:23:31 -07:00
parent 14d6b1c3de
commit 57f4571a01
17 changed files with 441 additions and 257 deletions

View File

@@ -20,6 +20,7 @@ once_cell = "1.17.0"
rand = { version = "0.8.5", features = ["small_rng"] }
unixstring = "0.2.7"
widestring = "1.0.2"
lru = "0.10.0"
[build-dependencies]
autocxx-build = "0.23.1"