summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils/src/watch.rs
Commit message (Collapse)AuthorAgeFilesLines
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
|
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-0/+207
This commit is mostly code movement; I'd recommend reviewing it with git's `--color-moved` option.