about summary refs log tree commit diff
path: root/kittybox-rs/util/src/queue.rs
Commit message (Collapse)AuthorAgeFilesLines
* webmentions/queue: move JobQueue trait into kittybox-utilVika2023-07-091-0/+66
The trait itself seems basic enough that it could be reused elsewhere. Better to keep it in a separate crate. `-util` is a dumping ground for various things anyway.