attach.mutex-methods: Attach to an existing mutex.

Description Usage Arguments Value

Description

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

Usage

1
2
3
4
5
6
7
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.


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