File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ appreciate your help. Would you like to contribute? Great! Have a look at
43
43
44
44
* Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency
45
45
library, providing consistent behavior and guarantees on all three of the main Ruby interpreters
46
- (MRI/CRuby, JRuby, and Rubinius).*
46
+ (MRI/CRuby, JRuby, Rubinius, TruffleRuby ).*
47
47
48
48
Every abstraction in this library is thread safe. Specific thread safety guarantees are documented
49
49
with each abstraction.
@@ -59,7 +59,7 @@ Concurrent Ruby is also the only Ruby library which provides a full suite of thr
59
59
immutable variable types and data structures.
60
60
61
61
We've also initiated discussion to document [ memory model] ( docs-source/synchronization.md ) of Ruby which
62
- would provide consistent behaviour and guarantees on all three of the main Ruby interpreters
62
+ would provide consistent behaviour and guarantees on all four of the main Ruby interpreters
63
63
(MRI/CRuby, JRuby, Rubinius, TruffleRuby).
64
64
65
65
## Features & Documentation
You can’t perform that action at this time.
0 commit comments