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))

synchronicity documentation built on May 29, 2024, 11:09 a.m.