userver: userver/concurrent/variable.hpp File Reference
Loading...
Searching...
No Matches
variable.hpp File Reference

Detailed Description

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.