shared.name: The name of a mutex's shared resource

shared.nameR Documentation

The name of a mutex's shared resource

Description

This function returns the shared resource associated with a boost.mutex object.

Usage

shared.name(m)

Arguments

m

a boost.mutex object

Value

A string specifying the shared resource associated with the given boost.mutex object.

Examples

x = boost.mutex()
print(shared.name(x))

kaneplusplus/synchronicity documentation built on Jan. 13, 2024, 9:13 p.m.