I just used ThreadPool for the first time and found myself missing some functionality. For example, bool allJobsCompleted(), a stable (not ‘very volatile’) getJob() and a ThreadPoolJob* addJob(job), so one can keep track of the job once added.
Are other people having good experiences with this class? I have the feeling it’s another that has the potential to be really convenient if it had a little more attention.
