unlock: Locking/Unlocking

Description Usage Arguments Author(s) See Also Examples

Description

Unlocks a file previously locked via lock.

Usage

1
unlock(file.lock)

Arguments

file.lock

The FileLock object returned by lock.

Author(s)

Ivan Popivanov

See Also

lock

Examples

1
2
3
4
5
6
7
8
## Not run: 
require(flock)

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

## End(Not run)

Example output



flock documentation built on May 2, 2019, 6:52 p.m.