File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- ### Next Release v0.8.0 (25 January 2015)
1
+ ### Next Release v0.8.1 (TBD)
2
+
3
+ * Pure Java implementations of
4
+ - ` AtomicBoolean `
5
+ - ` AtomicFixnum `
6
+ - ` Semaphore `
7
+ * Fixed bug when pruning Ruby thread pools
8
+ * Fixed bug in time calculations within ` ScheduledTask `
9
+ * Default ` count ` in ` CountDownLatch ` to 1
10
+ * Use monotonic clock for timeouts on all platforms where supported
11
+
12
+ ## Current Release v0.8.0 (25 January 2015)
2
13
3
14
* C extension for MRI have been extracted into the ` concurrent-ruby-ext ` companion gem.
4
15
Please see the README for more detail.
5
16
* Better variable isolation in ` Promise ` and ` Future ` via an ` :args ` option
6
17
* Continued to update intermittently failing tests
7
18
8
- ## Current Release v0.7.2 (24 January 2015)
19
+ ### Release v0.7.2 (24 January 2015)
9
20
10
21
* New ` Semaphore ` class based on [ java.util.concurrent.Semaphore] ( http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Semaphore.html )
11
22
* New ` Promise.all? ` and ` Promise.any? ` class methods
You can’t perform that action at this time.
0 commit comments