Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

unlock

Locking/Unlocking


Description

Unlocks a file previously locked via lock.

Usage

unlock(file.lock)

Arguments

file.lock

The FileLock object returned by lock.

Author(s)

Ivan Popivanov

See Also

Examples

## Not run: 
require(flock)

file.lock = lock("~/file.lock")
# Critical section code goes here
unlock(file.lock)

## End(Not run)

flock

Process Synchronization Using File Locks

v0.7
Apache License 2.0
Authors
Ivan Popivanov
Initial release
2016-11-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.