|
Clingo
|
RAII helper to unlock a mutex. More...
#include <solver.hh>
Public Member Functions | |
| unlock_guard (M &mut) | |
| Constructor unlocking the mutex. | |
| unlock_guard (const unlock_guard &)=delete | |
| Destructor re-locking the mutex. | |
| auto | operator= (const unlock_guard &) -> unlock_guard &=delete |
RAII helper to unlock a mutex.