hpx/thread_support/unlock_guard.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace util
template<typename Mutex>
class unlock_guard

Public Types

template<>
using mutex_type = Mutex

Public Functions

HPX_NON_COPYABLE(unlock_guard)
unlock_guard(Mutex &m)
~unlock_guard()

Private Members

Mutex &m_