thread-pool
thread-pool copied to clipboard
use std::lock_guard instead of std::unique_lock
std::lock_guard is a lightweight alternative to std::unique_lock
Why not use the lightweight version for the queue :-)