Process Synchronization Using File Locks
Process synchronization using file locks.
Locking/Unlocking
Implements synchronization between R processes (spawned by using the "parallel" package for instance) using file locks. Supports both exclusive and shared locking.