di 0.1.0
Loading...
Searching...
No Matches
synchronized.h File Reference

Go to the source code of this file.

Classes

class  di::sync::Synchronized< Value, Lock >
class  di::Synchronized< Value, Lock >

Namespaces

namespace  di
namespace  di::sync

Typedefs

template<typename Value, concepts::Lock Lock = DefaultLock>
using di::sync::LockedReference = util::GuardedReference<Value, ScopedLock<Lock>>

Functions

template<typename T>
 di::sync::Synchronized (T &&) -> Synchronized< T >