This commit is contained in:
Relintai 2020-08-04 14:36:30 +02:00
parent db1d5d1d81
commit bbfa838011

View File

@ -32,7 +32,7 @@ class ThreadPoolJob : public Reference {
public:
//is_running, is queued?
//job status -> none, running, queued?
//job status -> none, running, queued, done?
bool get_complete() const;
void set_complete(const bool value);