Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-24 | Add has_completed_background_update | Erik Johnston | 1 | -1/+24 | |
This allows checking if a specific background update has completed. | |||||
2019-09-24 | Add wrap_as_background_process decorator. | Erik Johnston | 1 | -1/+28 | |
This does the same thing as `run_as_background_process` but means we don't need to create superfluous functions. | |||||
2019-09-23 |