b4c48449a8
lock_guard - simple RAII for a mutex unique_lock - Also allows release/re-acquire after construction while ensuring that the mutex is unlocked when the object is destructed.