I am interested to know whether I should employ any specific locking methods with threadpool.
I notice there is an implementation of a lockingPtr? How can this be used?
Or should I just use boost::mutex and scoped_lock?
Thanks
Simon
Log in to post a comment.
I am interested to know whether I should employ any specific locking methods with threadpool.
I notice there is an implementation of a lockingPtr? How can this be used?
Or should I just use boost::mutex and scoped_lock?
Thanks
Simon