attach.mutex {synchronicity} | R Documentation |
Attach to an existing mutex using either a file or description object
attach.mutex(obj, ...)
## S4 method for signature 'character'
attach.mutex(obj, ...)
## S4 method for signature 'boost.mutex.descriptor'
attach.mutex(obj, ...)
obj |
the descriptor object. |
... |
other arguments needed by attach. |
A mutex.