You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
### Next Release v0.7.2 (TBD)
2
2
3
+
* New `Semaphore` class based on [java.util.concurrent.Semaphore](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Semaphore.html)
3
4
* New `Promise.all?` and `Promise.any?` class methods
4
5
* Renamed `:overflow_policy` on thread pools to `:fallback_policy`
5
6
* Thread pools still accept the `:overflow_policy` option but display a warning
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ This library contains a variety of concurrency abstractions at high and low leve
63
63
*[ScheduledTask](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/ScheduledTask.html): Like a Future scheduled for a specific future time.
64
64
*[TimerTask](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/TimerTask.html): A Thread that periodically wakes up to perform work at regular intervals.
65
65
66
-
67
66
### Java-inspired ThreadPools and other executors
68
67
69
68
* See [ThreadPool](http://ruby-concurrency.github.io/concurrent-ruby/file.thread_pools.html) overview, which also contains a list of other Executors available.
@@ -75,17 +74,20 @@ This library contains a variety of concurrency abstractions at high and low leve
0 commit comments