lockpool 0.3.0

This library offers a pool of locks where individual locks can be locked/unlocked by key
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0.3.0
------
- Correctly poison the locks when a thread holding one panics
- Don't panic when mutexes are poisoned, but return an Error. The returned error acts as a guard with a lock on the mutex.
- Add LockPool::unpoison()
- Restructure code

0.2.0
------
- Improve documentation
- Add LICENSE files

0.1.0
------
- Initial version