summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/util
Commit message (Collapse)AuthorAgeFilesLines
* tor-chanmgr: add `util::defer` moduleSteven Engler2024-11-271-0/+75
This contains the `Defer` type, which can be used to defer a closure until the `Defer` is dropped.