1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-11-07 15:26:21 +03:00
Files
wsrep-lib/include/wsrep/condition_variable.hpp
Teemu Ollakka a93955ddee Introduce non-locking variant of client_state::cleanup()
The method takes already locked lock object as an argument.
The caller must ensure that the lock object owns the underlying mutex.

Replaced homegrown wsrep::unique_lock with type alias from
std::unique_lock.
2021-01-07 14:38:32 +02:00

2.4 KiB