zebra/zebra-network
teor fa29fca917 Panic when must-use senders are dropped before use
Add a MustUseOneshotSender, which panics if its inner sender is unused.
Callers must call `send()` on the MustUseOneshotSender, or ensure that
the sender is canceled.

Replaces an unreliable panic in `Client::call()` with a reliable panic
when a must-use sender is dropped.
2021-01-06 13:07:23 -08:00
..
proptest-regressions/protocol Add proptest regressions file 2020-01-28 03:48:23 -05:00
src Panic when must-use senders are dropped before use 2021-01-06 13:07:23 -08:00
Cargo.toml zebra: move to 1.x-based versioning. (#1476) 2020-12-08 08:53:07 +10:00