barr: Barrier operation.

Description Usage Details Author(s)

View source: R/Rdsm.R

Description

Standard barrier operation.

Usage

1
barr()

Details

Standard barrier operation, to ensure that work done by one thread is ready before other threads make use of it. When a thread executes barr(), it will block until all threads have executed it.

Author(s)

Norm Matloff


Rdsm documentation built on May 1, 2019, 10:52 p.m.