shared-methods: Is it a shared mutex?

Description Usage Arguments Value

Description

Tells the user if a mutex is a shared mutex. If it is not then it must be a write (exclusive) mutex.

Usage

1
2
3
4
shared(m)

## S4 method for signature 'boost.mutex'
shared(m)

Arguments

m

the mutex

Value

TRUE if the mutex is shared, FALSE otherwise.


synchronicity documentation built on May 2, 2019, 8:58 a.m.