Rdocumentation
powered by
Learn R Programming
Rdsm (version 2.1.1)
barr: Barrier operation.
Description
Standard barrier operation.
Usage
barr()
Arguments
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.