Locking/Unlocking
Unlocks a file previously locked via lock
.
unlock(file.lock)
file.lock |
The |
Ivan Popivanov
## Not run: require(flock) file.lock = lock("~/file.lock") # Critical section code goes here unlock(file.lock) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.