I’ve run into a situation where I’d like to look at, and potentially operate on all the jobs in a ThreadPool. It would be helpful to have access to the currently private ThreadPool::lock member. Would you consider either adding an accessor or making the member protected so I can create a child class with an accessor?
Thanks much.
-DB