Path to this page:
./
math/R-filelock,
Portable File Locking
Branch: CURRENT,
Version: 1.0.2,
Package name: R-filelock-1.0.2,
Maintainer: pkgsrc-usersPlace an exclusive or shared lock on a file. It uses 'LockFile' on
Windows and 'fcntl' locks on Unix-like systems.
Master sites: (Expand)
Version history: (Expand)
- (2021-01-02) Package added to pkgsrc.se, version R-filelock-1.0.2 (created)
CVS history: (Expand)
2021-01-02 12:24:34 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(devel/R-filelock) import R-filelock-1.0.2
Place an exclusive or shared lock on a file. It uses 'LockFile' on
Windows and 'fcntl' locks on Unix-like systems.
|