Print background jobs in status

This commit is contained in:
SChernykh
2021-08-25 11:31:35 +02:00
parent 7ab3c22114
commit fcb9e25fb1
3 changed files with 25 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ public:
void start(const char* name);
void stop(const char* name);
void wait();
void print_status();
private:
struct Impl;