thread-pool icon indicating copy to clipboard operation
thread-pool copied to clipboard

use std::lock_guard instead of std::unique_lock

Open mjopenglsdl opened this issue 6 years ago • 0 comments

std::lock_guard is a lightweight alternative to std::unique_lock

Why not use the lightweight version for the queue :-)

mjopenglsdl avatar Jan 15 '20 15:01 mjopenglsdl