shared.name {synchronicity} | R Documentation |
This function returns the shared resource associated with a
boost.mutex
object.
shared.name(m)
m |
a |
A string specifying the shared resource associated with the given
boost.mutex
object.
x = boost.mutex()
print(shared.name(x))