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

Definition of the unfair_recursive_mutex. More...

#include "unfair_mutex.hpp"
#include "thread.hpp"
#include "../utility/utility.hpp"
#include "../macros.hpp"
#include <thread>
#include <atomic>

Go to the source code of this file.

Data Structures

class  hi::v1::unfair_recursive_mutex
 An unfair recursive-mutex This is a fast implementation of a recursive-mutex which does not fairly arbitrate between multiple blocking threads. More...
 

Namespaces

namespace  hi
 The HikoGUI namespace.
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Functions

 hi_export_module (hikogui.concurrency.unfair_recursive_mutex)
 

Detailed Description

Definition of the unfair_recursive_mutex.