aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/notify.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-proto: add `Notify{Sender,Receiver}` channelSteven Engler2025-06-231-0/+185
An async notification channel. This uses `postage::watch::{Sender,Receiver}` internally.