Skip to content

Commit

Permalink
collector as actor
Browse files Browse the repository at this point in the history
  • Loading branch information
fhilgers committed Dec 11, 2024
1 parent 4cdee1e commit 679ff5a
Show file tree
Hide file tree
Showing 12 changed files with 565 additions and 225 deletions.
205 changes: 205 additions & 0 deletions rust/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 rust/backend/daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ object = { workspace = true }
serde = { workspace = true }
bytemuck = "1.20.0"
crossbeam = "0.8.4"
ractor = { version = "0.13.4", default-features = false, features = ["tokio_runtime"] }

[build-dependencies]
cargo_metadata = { workspace = true }
Expand Down
Loading

0 comments on commit 679ff5a

Please sign in to comment.