YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::RecursiveMutex< Impl > Class Template Reference

#include <recursive_mutex.hpp>

Inheritance diagram for yaclib::detail::RecursiveMutex< Impl >:
[legend]
Collaboration diagram for yaclib::detail::RecursiveMutex< Impl >:
[legend]

Additional Inherited Members

- Public Types inherited from yaclib::detail::Mutex< Impl >
using impl_t = Impl
 Internal.
 
- Public Member Functions inherited from yaclib::detail::Mutex< Impl >
void lock ()
 
bool try_lock ()
 
void unlock ()
 
impl_tGetImpl ()
 

Detailed Description

template<typename Impl>
class yaclib::detail::RecursiveMutex< Impl >

Definition at line 9 of file recursive_mutex.hpp.


The documentation for this class was generated from the following file: