Cbeam
Loading...
Searching...
No Matches
named_recursive_mutex.hpp File Reference
#include <cbeam/error/system_error.hpp>
#include <cbeam/platform/windows_config.hpp>
#include <string>
Include dependency graph for named_recursive_mutex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbeam::concurrency::named_recursive_mutex
 Provides a cross-platform interface for recursive named mutexes, enabling interprocess synchronization. More...
 

Namespaces

namespace  cbeam
 The root namespace for the Cbeam library. This namespace unifies cross-platform utilities for concurrency, memory management, file handling, logging, serialization, and more. Its purpose is to provide a cohesive collection of modern C++ components that address common system-level and application-level tasks, while promoting thread-safety, interprocess communication, and stable resource handling across varied platform APIs.
 
namespace  cbeam::concurrency
 Provides concurrency primitives and abstractions for multithreaded programming. It features the powerful message_manager class for managing asynchronous message queues with flexible ordering (FIFO, FILO, or RANDOM), as well as threaded_object, which uses CRTP to encapsulate worker-thread logic with built-in synchronization. These classes simplify threaded operations, interprocess synchronization, and message dispatch under varying concurrency scenarios.
 

Functions

std::size_t cbeam::concurrency::get_max_shm_name_length ()