Remove spurious unique_lock which prevents parallel processing
I believe that these spurious locks actually prevent processors from running in parallel. They should not be needed for the CV system which is fully contained in ClipBoard
.
@bgallop Can you confirm my thoughts?
This might explain certain processing bottlenecks I've experienced in the past.