[go: up one dir, main page]

fslock 0.2.0

A library to use files as locks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 0.2.0
* Writing PID on locked file via `lock_with_pid()` method.
* Unix and Windows locks are now always per-handle.
* Removed multilock feature as it became obsolete.

# 0.1.8
* Compiling on Android b32

# 0.1.7
* Support for locks per handle/fd via multilock feature

# 0.1.6
* Fixed #1: now fslock compiles on arm