Skip to content

Commit

Permalink
feat(sync_handlers): use flume to send partial db getter results asap
Browse files Browse the repository at this point in the history
  • Loading branch information
CHr15F0x committed Feb 14, 2024
1 parent ca33e54 commit c55e120
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 165 deletions.
29 changes: 27 additions & 2 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/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cairo-lang-starknet = "2.4.0"
clap = { workspace = true, features = ["derive", "env", "wrap_help"] }
console-subscriber = { version = "0.1.10", optional = true }
fake = { workspace = true }
flume = "0.11.0"
futures = { workspace = true }
ipnet = { workspace = true }
lazy_static = { workspace = true }
Expand Down
Loading

0 comments on commit c55e120

Please sign in to comment.