Definition in file variable.hpp.
Go to the source code of this file.
#include <cstdlib>#include <mutex>#include <optional>#include <shared_mutex>#include <userver/compiler/impl/lifetime.hpp>#include <userver/engine/mutex.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| class | concurrent::LockedPtr< Lock, Data > |
| Proxy class for locked access to data protected with locking::SharedLock<T> More... | |
| class | concurrent::Variable< Data, Mutex > |
Namespaces | |
| namespace | concurrent |
| Locking stuff. | |