Learn R Programming

Rdsm (version 1.1.0)

barr: barr

Description

Classical shared-memory barrier function.

Usage

barr()

Arguments

Details

Call will block at the caller until all clients have made the call. Use to synchronize multiple threads at the same line of code.

See Also

lock, unlock, wait, signal, fa