Skip to content

Commit 99669a3

Browse files
authored
feat: Add generic progress emitter utility (#141)
This adds a generic utility which can be used to track progress of data transfers by emitting progress via a tokio broadcast channel. This is extracted from the deltachat PR: chatmail/core#4007
1 parent 6553968 commit 99669a3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.lock

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ed25519-dalek = { version = "1.0.1", features = ["serde"] }
2424
futures = "0.3.25"
2525
indicatif = { version = "0.17", features = ["tokio"], optional = true }
2626
multibase = { version = "0.9.1", optional = true }
27+
portable-atomic = "1"
2728
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
2829
quinn = "0.9.3"
2930
rand = "0.7"

0 commit comments

Comments
 (0)