summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/tasks
Commit message (Collapse)AuthorAgeFilesLines
* arti-relay: use `Void` for `TorRelay::run`Steven Engler2025-10-271-1/+1
|
* relay: Add channel housekeeping taskDavid Goulet2025-10-211-0/+63
This is a background task in charge of expiring closing channels and future work is to also prune duplicate channels. This is not used nor called at this commit, next commit will add the task handling. Part of #2217 Signed-off-by: David Goulet <[email protected]>