summaryrefslogtreecommitdiff
path: root/src/workqueue.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+2
Also, make it an error for a public symbol to not be documented. Sponsored-by: author
2021-07-18feat: add Engine and WorkQueue abstractions for async processingLars Wirzenius1-0/+60
Many thanks to Daniel Silverstone for helping me get through this. Sponsored-by: author