hpx::no_mutex# Defined in header hpx/mutex.hpp. See Public API for a list of names and headers that are part of the public HPX API. namespace hpx struct no_mutex# #include <no_mutex.hpp> no_mutex class can be used in cases where the shared data between multiple threads can be accessed simultaneously without causing inconsistencies. Public Static Functions static inline constexpr void lock() noexcept# static inline constexpr bool try_lock() noexcept# static inline constexpr void unlock() noexcept#