Skip to content

Commit 3e1b83c

Browse files
committed
Updated changelog and readme.
1 parent 0d12153 commit 3e1b83c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Deprecated all clock-time based timer scheduling
1616
- Only support scheduling by delay
1717
- Effects `Concurrent.timer`, `TimerSet`, and `ScheduledTask`
18+
* Added new `ReadWriteLock` class
1819
* Consistent `at_exit` behavior for Java and Ruby thread pools.
1920
* Added `at_exit` handler to Ruby thread pools (already in Java thread pools)
2021
- Ruby handler stores the object id and retrieves from `ObjectSpace`

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ This library contains a variety of concurrency abstractions at high and low leve
8989
* [M-Structures](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/MVar.html) (MVar)
9090
* [Thread-local variables](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/ThreadLocalVar.html)
9191
* [Software transactional memory](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/TVar.html) (TVar)
92+
* [ReadWriteLock](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/ReadWriteLock.html)
9293

9394
## Usage
9495

0 commit comments

Comments
 (0)