summaryrefslogtreecommitdiff
path: root/src/engine.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-18docs: clarify comments in engine.rsLars Wirzenius1-2/+2
As proposed by Alexander Batischev. Sponsored-by: author
2021-07-18feat: add Engine and WorkQueue abstractions for async processingLars Wirzenius1-0/+121
Many thanks to Daniel Silverstone for helping me get through this. Sponsored-by: author