HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs
unfair_mutex.hpp File Reference

Definition of the unfair_mutex. More...

#include "dead_lock_detector.hpp"
#include "../utility/module.hpp"
#include <atomic>
#include <memory>

Go to the source code of this file.

Data Structures

class  hi::v1::unfair_mutex_impl< UseDeadLockDetector >
 An unfair mutex This is a fast implementation of a mutex which does not fairly arbitrate between multiple blocking threads. More...
 

Namespaces

namespace  hi
 geometry/margins.hpp
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Typedefs

using hi::v1::unfair_mutex = unfair_mutex_impl<true>
 

Detailed Description

Definition of the unfair_mutex.