Skip to content

Commit

Permalink
feat: implement memory.atomic.notify,wait32,wait64
Browse files Browse the repository at this point in the history
Use parking_lot_core, as this established crate does exactly what is
needed here.

Signed-off-by: Harald Hoyer <harald@profian.com>
  • Loading branch information
haraldh committed Nov 11, 2022
1 parent 95ca72a commit 860d9aa
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 48 deletions.
121 changes: 96 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ anyhow = { workspace = true }
memfd = "0.6.1"
paste = "1.0.3"
encoding_rs = { version = "0.8.31", optional = true }
parking_lot_core = "0.9.4"

[target.'cfg(target_os = "macos")'.dependencies]
mach = "0.3.2"
Expand Down
Loading

0 comments on commit 860d9aa

Please sign in to comment.