Skip to content

Commit 85491ea

Browse files
committed
add publisher drop detection
1 parent e945b5d commit 85491ea

File tree

5 files changed

+396
-71
lines changed

5 files changed

+396
-71
lines changed

Cargo.lock

Lines changed: 232 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pulsebeam-runtime/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ repository.workspace = true
99
authors.workspace = true
1010
license.workspace = true
1111

12+
[[bench]]
13+
name = "sync"
14+
harness = false
15+
1216
[lib]
1317

1418
[dependencies]
@@ -33,3 +37,4 @@ parking_lot = "0.12.5"
3337

3438
[dev-dependencies]
3539
rcgen = "0.14.4"
40+
criterion = { version = "0.7.0", features = ["async", "async_tokio"] }

0 commit comments

Comments
 (0)