Add support for task expiration (#3546)

This commit is contained in:
Dustin J. Mitchell
2024-07-09 16:39:39 -04:00
committed by GitHub
parent 2bd609afe3
commit 213b9d3aee
16 changed files with 180 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ public:
void get_changes (std::vector <Task>&);
void revert ();
void gc ();
void expire_tasks ();
int latest_id ();
// Generalized task accessors.