diff --git a/thread_pool_job.h b/thread_pool_job.h index e4de7e0..3bb1b33 100644 --- a/thread_pool_job.h +++ b/thread_pool_job.h @@ -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);