attach.mutex {synchronicity}R Documentation

Attach to an existing mutex.

Description

Attach to an existing mutex using either a file or description object

Usage

attach.mutex(obj, ...)

## S4 method for signature 'character'
attach.mutex(obj, ...)

## S4 method for signature 'boost.mutex.descriptor'
attach.mutex(obj, ...)

Arguments

obj

the descriptor object.

...

other arguments needed by attach.

Value

A mutex.


[Package synchronicity version 1.3.10 Index]