We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdf0e2 commit 229a051Copy full SHA for 229a051
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Release v1.1.9 (5 Jun 2021)
4
5
+concurrent-ruby:
6
+
7
* (#866) Child promise state not set to :pending immediately after #execute when parent has completed
8
* (#905, #872) Fix RubyNonConcurrentPriorityQueue#delete method
9
* (2df0337d) Make sure locks are not shared on shared when objects are dup/cloned
@@ -10,6 +12,8 @@
10
12
11
13
## Release v1.1.8 (20 January 2021)
14
15
16
17
* (#885) Fix race condition in TVar for stale reads
18
* (#884) RubyThreadLocalVar: Do not iterate over hash which might conflict with new pair addition
19
0 commit comments