File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Concurrent Ruby
2
- [](http://badge.fury.io/rb/concurrent-ruby) [](https://travis-ci.org/ruby-concurrency/concurrent-ruby) [](https://ci.appveyor.com/project/ruby-concurrency/concurrent-ruby) [](https://codeclimate.com/github/ruby-concurrency/concurrent-ruby) [](http://inch-ci.org/github/ruby-concurrency/concurrent-ruby) [](https://gemnasium.com/ruby-concurrency/concurrent-ruby) [](http://opensource.org/licenses/MIT) [](https://gitter.im/ruby-concurrency/concurrent-ruby)
2
+ [](http://badge.fury.io/rb/concurrent-ruby) [](https://travis-ci.org/ruby-concurrency/concurrent-ruby) [](https://ci.appveyor.com/project/rubyconcurrency/concurrent-ruby) [](https://codeclimate.com/github/ruby-concurrency/concurrent-ruby) [](http://inch-ci.org/github/ruby-concurrency/concurrent-ruby) [](https://gemnasium.com/ruby-concurrency/concurrent-ruby) [](http://opensource.org/licenses/MIT) [](https://gitter.im/ruby-concurrency/concurrent-ruby)
3
3
4
4
<table >
5
5
<tr >
@@ -128,14 +128,14 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
128
128
129
129
#### Statuses:
130
130
131
- * Why is not in core?*
131
+ * Why are these not in core?*
132
132
133
- - ** Actor** - partial documentation and tests, stability good.
134
- - ** Future/Promise Framework** - partial documentation and tests, stability good.
135
- - ** Agent** - incomplete behaviour compared to Clojure's model, stability good.
136
- - ** Channel** - missing documentation, stability good.
137
- - ** Exchanger** - known race issue .
138
- - ** LazyRegister** - missing documentation and tests.
133
+ - ** Actor** - Partial documentation and tests; stability is good.
134
+ - ** Future/Promise Framework** - API changes; partial documentation and tests; stability good.
135
+ - ** Agent** - Incomplete behaviour compared to Clojure's models; stability good.
136
+ - ** Channel** - Missing documentation; limted features; stability good.
137
+ - ** Exchanger** - Known race condition requiring a new implementation .
138
+ - ** LazyRegister** - Missing documentation and tests.
139
139
140
140
## Usage
141
141
You can’t perform that action at this time.
0 commit comments